libplist
1.12
|
Public Member Functions | |
virtual Node * | Clone () const =0 |
Node * | GetParent () const |
plist_type | GetType () const |
plist_t | GetPlist () const |
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 |