|
| Array (Node *parent=NULL) |
|
| Array (plist_t node, Node *parent=NULL) |
|
| Array (Array &a) |
|
Array & | operator= (Array &a) |
|
Node * | Clone () |
|
Node * | operator[] (unsigned int index) |
|
void | Append (Node *node) |
|
void | Insert (Node *node, unsigned int pos) |
|
void | Remove (Node *node) |
|
void | Remove (unsigned int pos) |
|
unsigned int | GetNodeIndex (Node *node) |
|
uint32_t | GetSize () |
|
std::string | ToXml () |
|
std::vector< char > | ToBin () |
|
Node * | GetParent () |
|
plist_type | GetType () |
|
plist_t | GetPlist () |
|
The documentation for this class was generated from the following files:
- plist/Array.h
- /home/libplist/libplist-1.11/src/Array.cpp