libplist
1.12
|
Public Member Functions | |
Boolean (Node *parent=NULL) | |
Boolean (plist_t node, Node *parent=NULL) | |
Boolean (const Boolean &b) | |
Boolean & | operator= (Boolean &b) |
Boolean (bool b) | |
Node * | Clone () const |
void | SetValue (bool b) |
bool | GetValue () const |
![]() | |
Node * | GetParent () const |
plist_type | GetType () const |
plist_t | GetPlist () const |
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 |