#include <cartobase/object/object_internal.h>
|
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) |
|
template<typename T>
class interface_internal::DictionaryImpl< T, true >
Definition at line 442 of file object_internal.h.
◆ clearProperties()
◆ equals()
◆ getProperty()
◆ hasProperty()
◆ isDictionary()
◆ removeProperty()
◆ setProperty()
The documentation for this class was generated from the following file: