|
libplist
1.10
|
Public Member Functions | |
| Data (Node *parent=NULL) | |
| Data (plist_t node, Node *parent=NULL) | |
| Data (Data &d) | |
| Data & | operator= (Data &d) |
| Data (const std::vector< char > &buff) | |
| Node * | Clone () |
| void | SetValue (const std::vector< char > &buff) |
| std::vector< char > | GetValue () |
Public Member Functions inherited from PList::Node | |
| Node * | GetParent () |
| plist_type | GetType () |
| plist_t | GetPlist () |
Additional Inherited Members | |
Static Public Member Functions inherited from PList::Node | |
| static Node * | FromPlist (plist_t node, Node *parent=NULL) |
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.4