Public Member Functions |
| 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 () |
Additional Inherited Members |
static Structure * | FromXml (const std::string &xml) |
static Structure * | FromBin (const std::vector< char > &bin) |
| Structure (Node *parent=NULL) |
| Structure (plist_type type, Node *parent=NULL) |
void | UpdateNodeParent (Node *node) |
plist_t | _node |
The documentation for this class was generated from the following files:
- plist/Array.h
- /var/build/temp/tmp.TGrY6KAF12/4.0-0-0/libplist/libplist-1.8/src/Array.cpp