libplist  1.12
Public Member Functions
PList::String Class Reference
Inheritance diagram for PList::String:
PList::Node

Public Member Functions

 String (Node *parent=NULL)
 
 String (plist_t node, Node *parent=NULL)
 
 String (const String &s)
 
Stringoperator= (String &s)
 
 String (const std::string &s)
 
NodeClone () const
 
void SetValue (const std::string &s)
 
std::string GetValue () const
 
- Public Member Functions inherited from PList::Node
NodeGetParent () const
 
plist_type GetType () const
 
plist_t GetPlist () const
 

Additional Inherited Members

- Static Public Member Functions inherited from PList::Node
static NodeFromPlist (plist_t node, Node *parent=NULL)
 
- Protected Member Functions inherited from PList::Node
 Node (Node *parent=NULL)
 
 Node (plist_t node, Node *parent=NULL)
 
 Node (plist_type type, Node *parent=NULL)
 
- Protected Attributes inherited from PList::Node
plist_t _node
 

The documentation for this class was generated from the following files: