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

#include <cartobase/object/object_d.h>

Inheritance diagram for carto::interface_internal::DictionaryImpl< T, true >:
Collaboration diagram for carto::interface_internal::DictionaryImpl< T, true >:

Public Member Functions

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 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)
 
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 &)
 

Detailed Description

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

Definition at line 463 of file object_d.h.

Member Function Documentation

◆ clearProperties() [1/2]

static void carto::interface_internal::DictionaryImpl< T, B >::clearProperties ( TypedObject< T > & )
inlinestatic

Definition at line 445 of file object_d.h.

◆ clearProperties() [2/2]

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

Definition at line 497 of file object_d.h.

◆ equals() [1/2]

static bool carto::interface_internal::DictionaryImpl< T, B >::equals ( const TypedObject< T > & ,
const GenericObject &  )
inlinestatic

Definition at line 452 of file object_d.h.

◆ equals() [2/2]

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

Definition at line 502 of file object_d.h.

References SUPERSUBCLASS.

◆ getProperty() [1/4]

bool carto::interface_internal::DictionaryImpl< std::map< std::string, Object >, false >::getProperty ( const TypedObject< std::map< std::string, Object > > & object,
const std::string & key,
Object & result )
inline

Definition at line 2426 of file object_d.h.

◆ getProperty() [2/4]

bool carto::interface_internal::DictionaryImpl< std::map< std::string, Object >, false >::getProperty ( const TypedObject< std::map< std::string, Object > > & object,
const std::string & key,
Object & result )
inline

Definition at line 2426 of file object_d.h.

◆ getProperty() [3/4]

static bool carto::interface_internal::DictionaryImpl< T, B >::getProperty ( const TypedObject< T > & ,
const std::string & ,
Object &  )
inlinestatic

Definition at line 412 of file object_d.h.

◆ getProperty() [4/4]

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 472 of file object_d.h.

◆ hasProperty() [1/2]

static bool carto::interface_internal::DictionaryImpl< T, B >::hasProperty ( const TypedObject< T > & ,
const std::string &  )
inlinestatic

Definition at line 437 of file object_d.h.

◆ hasProperty() [2/2]

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

Definition at line 491 of file object_d.h.

◆ isDictionary() [1/2]

static bool carto::interface_internal::DictionaryImpl< T, B >::isDictionary ( const TypedObject< T > & )
inlinestatic

Definition at line 407 of file object_d.h.

◆ isDictionary() [2/2]

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

Definition at line 467 of file object_d.h.

References SUPERSUBCLASS.

Referenced by removeProperty().

◆ removeProperty() [1/2]

static bool carto::interface_internal::DictionaryImpl< T, B >::removeProperty ( TypedObject< T > & ,
const std::string &  )
inlinestatic

Definition at line 429 of file object_d.h.

◆ removeProperty() [2/2]

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

Definition at line 485 of file object_d.h.

References isDictionary().

◆ setProperty() [1/4]

void carto::interface_internal::DictionaryImpl< std::map< std::string, Object >, false >::setProperty ( TypedObject< std::map< std::string, Object > > & object,
const std::string & key,
Object value )
inline

Definition at line 2440 of file object_d.h.

◆ setProperty() [2/4]

void carto::interface_internal::DictionaryImpl< std::map< std::string, Object >, false >::setProperty ( TypedObject< std::map< std::string, Object > > & object,
const std::string & key,
Object value )
inline

Definition at line 2440 of file object_d.h.

◆ setProperty() [3/4]

static void carto::interface_internal::DictionaryImpl< T, B >::setProperty ( TypedObject< T > & ,
const std::string & ,
Object  )
inlinestatic

Definition at line 421 of file object_d.h.

◆ setProperty() [4/4]

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 478 of file object_d.h.


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