libplist
1.11
|
Public Member Functions | |
uint32_t | GetSize () |
std::string | ToXml () |
std::vector< char > | ToBin () |
virtual void | Remove (Node *node)=0 |
![]() | |
virtual Node * | Clone ()=0 |
Node * | GetParent () |
plist_type | GetType () |
plist_t | GetPlist () |
Static Public Member Functions | |
static Structure * | FromXml (const std::string &xml) |
static Structure * | FromBin (const std::vector< char > &bin) |
![]() | |
static Node * | FromPlist (plist_t node, Node *parent=NULL) |
Protected Member Functions | |
Structure (Node *parent=NULL) | |
Structure (plist_type type, Node *parent=NULL) | |
void | UpdateNodeParent (Node *node) |
![]() | |
Node (Node *parent=NULL) | |
Node (plist_t node, Node *parent=NULL) | |
Node (plist_type type, Node *parent=NULL) | |
Additional Inherited Members | |
![]() | |
plist_t | _node |