|
|
| Object (const std::string &value) throw (TypeCastException) |
| |
|
| Object (const std::vector< std::string > &token) throw (TypeCastException) |
| |
|
| Object (sella::util::MessagePack &mpack, uint32_t &offset) throw (TypeCastException) |
| |
|
| Object (const std::map< std::string, Variant > &value) throw () |
| |
|
| Object (std::map< std::string, Variant > &&value) throw () |
| |
|
| Object (const Object &other) throw () |
| |
|
| Object (Object &&other) throw () |
| |
|
bool | operator== (const Object &other) const throw () |
| |
|
bool | operator!= (const Object &other) const throw () |
| |
|
Object & | operator= (const Object &other) throw () |
| |
|
Object & | operator= (Object &&other) throw () |
| |
|
Object & | operator+= (const Variant &other) throw () |
| |
|
Object & | operator+= (Variant &&other) throw () |
| |
|
Variant & | operator[] (const std::string &key) throw () |
| |
|
Variant & | operator[] (std::string &&key) throw () |
| |
|
iterator | begin () throw (UnsupportedOperatorException) |
| |
|
iterator | end () throw (UnsupportedOperatorException) |
| |
|
const_iterator | cbegin () const throw (UnsupportedOperatorException) |
| |
|
const_iterator | cend () const throw (UnsupportedOperatorException) |
| |
const std::map< std::string,
Variant > & | get () const throw (UnsupportedOperatorException) |
| |
|
std::map< std::string, Variant > & | get () throw (UnsupportedOperatorException) |
| |
|
size_t | size () const throw () |
| |
|
bool | empty () const throw () |
| |
|
void | clear () throw () |
| |
|
bool | erase (const std::string &key) throw () |
| |
|
virtual void | msgpack (sella::util::MessagePack &mpack, uint32_t &offset) const throw (TypeCastException) |
| |
|
virtual void | msgpackBufferSize (size_t &size) const throw () |
| |
|
virtual std::string | str (int type) const throw () |
| |
|
virtual int | getType (void) throw () |
| |
|
| Nullable (std::shared_ptr< void > &value) throw () |
| |
|
| Nullable (std::shared_ptr< void > &&value) throw () |
| |
|
| Nullable (const Nullable &other)=delete throw () |
| |
|
Nullable & | operator= (const Nullable &other)=delete throw () |
| |
|
virtual void | shrink_to_fit () throw () |
| |
|
bool | isNull () const throw () |
| |
Definition at line 27 of file Object.h.