cartobase  5.1.2
interface_internal::DictionaryImpl< T, true > Class Template Reference

#include <cartobase/object/object_internal.h>

Static Public Member Functions

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)
 

Detailed Description

template<typename T>
class interface_internal::DictionaryImpl< T, true >

Definition at line 462 of file object_internal.h.

Member Function Documentation

◆ clearProperties()

template<typename T >
static void interface_internal::DictionaryImpl< T, true >::clearProperties ( TypedObject< T > &  object)
inlinestatic

Definition at line 496 of file object_internal.h.

◆ equals()

template<typename T >
static bool interface_internal::DictionaryImpl< T, true >::equals ( const TypedObject< T > &  o1,
const GenericObject &  o2 
)
inlinestatic

Definition at line 501 of file object_internal.h.

◆ getProperty()

template<typename T >
static bool interface_internal::DictionaryImpl< T, true >::getProperty ( const TypedObject< T > &  object,
const std::string &  key,
Object &  result 
)
inlinestatic

Definition at line 471 of file object_internal.h.

◆ hasProperty()

template<typename T >
static bool interface_internal::DictionaryImpl< T, true >::hasProperty ( const TypedObject< T > &  object,
const std::string &  key 
)
inlinestatic

Definition at line 490 of file object_internal.h.

◆ isDictionary()

template<typename T >
static bool interface_internal::DictionaryImpl< T, true >::isDictionary ( const TypedObject< T > &  object)
inlinestatic

Definition at line 466 of file object_internal.h.

◆ removeProperty()

template<typename T >
static bool interface_internal::DictionaryImpl< T, true >::removeProperty ( TypedObject< T > &  object,
const std::string &  key 
)
inlinestatic

Definition at line 484 of file object_internal.h.

◆ setProperty()

template<typename T >
static void interface_internal::DictionaryImpl< T, true >::setProperty ( TypedObject< T > &  object,
const std::string &  key,
Object  value 
)
inlinestatic

Definition at line 477 of file object_internal.h.


The documentation for this class was generated from the following file: