|
| 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 () |
|
|
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
- /build/buildd/libplist-1.10/src/Array.cpp