libplist  1.10
Public Member Functions
PList::Real Class Reference
Inheritance diagram for PList::Real:
PList::Node

Public Member Functions

 Real (Node *parent=NULL)
 
 Real (plist_t node, Node *parent=NULL)
 
 Real (Real &d)
 
Real & operator= (Real &d)
 
 Real (double d)
 
Node * Clone ()
 
void SetValue (double d)
 
double GetValue ()
 
- Public Member Functions inherited from PList::Node
Node * GetParent ()
 
plist_type GetType ()
 
plist_t GetPlist ()
 

Additional Inherited Members

- Static Public Member Functions inherited from PList::Node
static Node * FromPlist (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: