|
typedef std::map< std::string,
Node * >::iterator | iterator |
|
|
| Dictionary (Node *parent=NULL) |
|
| Dictionary (plist_t node, Node *parent=NULL) |
|
| Dictionary (Dictionary &d) |
|
Dictionary & | operator= (Dictionary &d) |
|
Node * | Clone () |
|
Node * | operator[] (const std::string &key) |
|
iterator | Begin () |
|
iterator | End () |
|
iterator | Find (const std::string &key) |
|
iterator | Set (const std::string &key, Node *node) |
|
void | Remove (const std::string &key) |
|
std::string | GetNodeKey (Node *key) |
|
uint32_t | GetSize () |
|
std::string | ToXml () |
|
std::vector< char > | ToBin () |
|
virtual void | Remove (Node *node)=0 |
|
Node * | GetParent () |
|
plist_type | GetType () |
|
plist_t | GetPlist () |
|
The documentation for this class was generated from the following files:
- plist/Dictionary.h
- /var/tmp/pkg-libplist-dev-uk4fGfQ/libplist-1.11/src/Dictionary.cpp