|
Google APIs Client Library for C++
|
Denotes an associative array from string to values of type T.
More...
#include "client/data/jsoncpp_data.h"
Inheritance diagram for JsonCppAssociativeArray< T >:Public Types | |
| typedef JsonCppConstAssociativeIterator < T > | const_iterator |
Public Member Functions | |
| JsonCppAssociativeArray (const Json::Value &value) | |
| JsonCppAssociativeArray (Json::Value *value) | |
| bool | get (const char *key, T *value) const |
| void | put (const char *key, const T &value) |
| const_iterator | begin () const |
| const_iterator | end () const |
Denotes an associative array from string to values of type T.
This class is not thread-safe.
| typedef JsonCppConstAssociativeIterator<T> const_iterator |
| JsonCppAssociativeArray | ( | const Json::Value & | value | ) | [inline, explicit] |
| JsonCppAssociativeArray | ( | Json::Value * | value | ) | [inline, explicit] |
| const_iterator begin | ( | ) | const [inline] |
| const_iterator end | ( | ) | const [inline] |
| bool get | ( | const char * | key, |
| T * | value | ||
| ) | const [inline] |
| void put | ( | const char * | key, |
| const T & | value | ||
| ) | [inline] |