XML-RPC array type. Operates with objects of type Value, not Value_type.
More...
#include <value_type.h>
|
typedef Value_stor::const_iterator | const_iterator |
|
typedef Value_stor::iterator | iterator |
|
|
| Struct (const Struct &) |
|
Struct & | operator= (const Struct &) |
|
void | swap (Struct &) throw () |
|
Struct * | clone () const |
|
const std::string & | type_name () const |
|
void | apply_visitor (Value_type_visitor &) const |
|
size_t | size () const |
|
bool | has_field (const std::string &) const |
|
const Value & | operator[] (const std::string &) const |
|
Value & | operator[] (const std::string &) |
|
void | clear () |
|
void | insert (const std::string &, Value_ptr) |
|
void | insert (const std::string &, const Value &) |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
const_iterator | find (const std::string &key) const |
|
iterator | find (const std::string &key) |
|
void | erase (const std::string &key) |
|
XML-RPC array type. Operates with objects of type Value, not Value_type.
The documentation for this class was generated from the following files: