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

#include <cartobase/object/object_d.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 carto::interface_internal::DictionaryImpl< T, true >

Definition at line 443 of file object_d.h.

Member Function Documentation

◆ clearProperties()

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

Definition at line 477 of file object_d.h.

References carto::DictionaryInterface::getProperty().

◆ equals()

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

Definition at line 482 of file object_d.h.

◆ getProperty()

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

Definition at line 452 of file object_d.h.

References carto::GenericObject::size().

◆ hasProperty()

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

Definition at line 471 of file object_d.h.

◆ isDictionary()

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

Definition at line 447 of file object_d.h.

◆ removeProperty()

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

Definition at line 465 of file object_d.h.

References carto::DictionaryInterface::isDictionary().

◆ setProperty()

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

Definition at line 458 of file object_d.h.


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