libplist
1.12
|
Public Member Functions | |
Uid (Node *parent=NULL) | |
Uid (plist_t node, Node *parent=NULL) | |
Uid (const Uid &i) | |
Uid & | operator= (Uid &i) |
Uid (uint64_t i) | |
Node * | Clone () const |
void | SetValue (uint64_t i) |
uint64_t | 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 |