|
| bool | getProperty (const TypedObject< std::map< std::string, Object > > &object, const std::string &key, Object &result) |
| |
| void | setProperty (TypedObject< std::map< std::string, Object > > &object, const std::string &key, Object value) |
| |
| bool | getProperty (const TypedObject< std::map< std::string, Object > > &object, const std::string &key, Object &result) |
| |
| void | setProperty (TypedObject< std::map< std::string, Object > > &object, const std::string &key, Object value) |
| |
|
| static bool | isDictionary (const TypedObject< T > &object) |
| |
| static bool | getProperty (const TypedObject< T > &object, const std::string &key, Object &result) |
| |
| static void | setProperty (TypedObject< T > &object, const std::string &key, Object value) |
| |
| static bool | removeProperty (TypedObject< T > &object, const std::string &key) |
| |
| static bool | hasProperty (const TypedObject< T > &object, const std::string &key) |
| |
| static void | clearProperties (TypedObject< T > &object) |
| |
| static bool | equals (const TypedObject< T > &o1, const GenericObject &o2) |
| |
| static bool | isDictionary (const TypedObject< T > &) |
| |
| static bool | getProperty (const TypedObject< T > &, const std::string &, Object &) |
| |
| static void | setProperty (TypedObject< T > &, const std::string &, Object) |
| |
| static bool | removeProperty (TypedObject< T > &, const std::string &) |
| |
| static bool | hasProperty (const TypedObject< T > &, const std::string &) |
| |
| static void | clearProperties (TypedObject< T > &) |
| |
| static bool | equals (const TypedObject< T > &, const GenericObject &) |
| |
template<typename T>
class interface_internal::DictionaryImpl< T, true >
Definition at line 462 of file object_internal.h.