VCF::VariantArray Class Reference
#include <vcf/FoundationKit/Dictionary.h>
Inheritance diagram for VCF::VariantArray:
List of all members.
Constructor & Destructor Documentation
| VCF::VariantArray::VariantArray |
( |
|
) |
[inline] |
|
| VCF::VariantArray::VariantArray |
( |
const std::vector< VariantData > & |
v |
) |
[inline] |
|
| VCF::VariantArray::VariantArray |
( |
size_t |
sz |
) |
[inline] |
|
| virtual VCF::VariantArray::~VariantArray |
( |
|
) |
[virtual] |
|
Member Function Documentation
| void VCF::VariantArray::clear |
( |
|
) |
|
|
| bool VCF::VariantArray::getOwnsObjectValues |
( |
|
) |
const [inline] |
|
|
|
Returns whether or not the dictionary "owns" the object values in it.
If it does it will clean up these instances when the dictionary is destroyed. |
| void VCF::VariantArray::setOwnsObjectValues |
( |
const bool & |
val |
) |
[inline] |
|
|
|
Sets the owns object value flag, which tells the dictionary whether or not it should clean up object values when the dictionary is destroyed.
|
Member Data Documentation
The documentation for this class was generated from the following file: