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