libplist
1.8
|
Public Member Functions | |
Boolean (Node *parent=NULL) | |
Boolean (plist_t node, Node *parent=NULL) | |
Boolean (Boolean &b) | |
Boolean & | operator= (Boolean &b) |
Boolean (bool b) | |
Node * | Clone () |
void | SetValue (bool b) |
bool | 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 |