libplist
1.10
|
Public Member Functions | |
Key (Node *parent=NULL) | |
Key (plist_t node, Node *parent=NULL) | |
Key (Key &s) | |
Key & | operator= (Key &s) |
Key (const std::string &s) | |
Node * | Clone () |
void | SetValue (const std::string &s) |
std::string | GetValue () |
![]() | |
Node * | GetParent () |
plist_type | GetType () |
plist_t | GetPlist () |
Additional Inherited Members | |
![]() | |
static Node * | FromPlist (plist_t node, Node *parent=NULL) |
![]() | |
Node (Node *parent=NULL) | |
Node (plist_t node, Node *parent=NULL) | |
Node (plist_type type, Node *parent=NULL) | |
![]() | |
plist_t | _node |