|
libplist
1.12
|
Public Member Functions | |
| Array (Node *parent=NULL) | |
| Array (plist_t node, Node *parent=NULL) | |
| Array (const Array &a) | |
| Array & | operator= (Array &a) |
| Node * | Clone () const |
| 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) const |
Public Member Functions inherited from PList::Structure | |
| uint32_t | GetSize () const |
| std::string | ToXml () const |
| std::vector< char > | ToBin () const |
Public Member Functions inherited from PList::Node | |
| Node * | GetParent () const |
| plist_type | GetType () const |
| plist_t | GetPlist () const |
Additional Inherited Members | |
Static Public Member Functions inherited from PList::Structure | |
| static Structure * | FromXml (const std::string &xml) |
| static Structure * | FromBin (const std::vector< char > &bin) |
Static Public Member Functions inherited from PList::Node | |
| static Node * | FromPlist (plist_t node, Node *parent=NULL) |
Protected Member Functions inherited from PList::Structure | |
| Structure (Node *parent=NULL) | |
| Structure (plist_type type, Node *parent=NULL) | |
| void | UpdateNodeParent (Node *node) |
Protected Member Functions inherited from PList::Node | |
| Node (Node *parent=NULL) | |
| Node (plist_t node, Node *parent=NULL) | |
| Node (plist_type type, Node *parent=NULL) | |
Protected Attributes inherited from PList::Node | |
| plist_t | _node |
1.8.11