cartobase  5.0.5
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 442 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 476 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 481 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 451 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 470 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 446 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 464 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 457 of file object_internal.h.


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