libplist
1.8
|
Public Member Functions | |
virtual Node * | Clone ()=0 |
Node * | GetParent () |
plist_type | GetType () |
plist_t | GetPlist () |
Static Public Member Functions | |
static Node * | FromPlist (plist_t node, Node *parent=NULL) |
Protected Member Functions | |
Node (Node *parent=NULL) | |
Node (plist_t node, Node *parent=NULL) | |
Node (plist_type type, Node *parent=NULL) |
Protected Attributes | |
plist_t | _node |
Friends | |
class | Structure |