Now you can download a copy of these docs so you can use them offline! Download now


Public Member Functions | |
| std::string | get (int index) |
| void | set (int index, std::string value) |
| void | add (std::string value) |
Public Member Functions inherited from ArrayData | |
| ArrayData (ArrayEntryType &type) | |
| void | remove (unsigned int index) |
| void | setSize (unsigned int size) |
| unsigned int | size () |
Public Member Functions inherited from ComplexData | |
| ComplexData (ComplexEntryType &type) | |
| ComplexEntryType & | GetType () |
Static Public Attributes | |
| static const TypeId | STRING_ARRAY_RAW_ID = 0x12 |
| static ArrayEntryType | TYPE |
Additional Inherited Members | |
Protected Member Functions inherited from ArrayData | |
| EntryValue | _get (unsigned int index) |
| void | _set (unsigned int index, EntryValue value) |
| void | _add (EntryValue value) |
Definition at line 16 of file StringArray.h.
1.8.6