|
| Array (Node *parent=NULL) |
|
| Array (plist_t node, Node *parent=NULL) |
|
| Array (const Array &a) |
|
Array & | operator= (Array &a) |
|
Node * | Clone () const |
|
Node * | operator[] (unsigned int index) |
|
void | Append (Node *node) |
|
void | Insert (Node *node, unsigned int pos) |
|
void | Remove (Node *node) |
|
void | Remove (unsigned int pos) |
|
unsigned int | GetNodeIndex (Node *node) const |
|
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/Array.h
- /build/libplist-vNMkvO/libplist-1.12/src/Array.cpp