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

#include <cartobase/object/object_d.h>

Inheritance diagram for carto::interface_internal::DictionaryImpl< T, B >:

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)
 

Static Public Member Functions

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, bool B>
class carto::interface_internal::DictionaryImpl< T, B >

Definition at line 403 of file object_d.h.

Member Function Documentation

◆ clearProperties()

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

Definition at line 445 of file object_d.h.

◆ equals()

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

Definition at line 452 of file object_d.h.

References SUPERSUBCLASS.

◆ getProperty() [1/2]

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/2]

template<typename T, bool B>
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.

References SUPERSUBCLASS.

◆ hasProperty()

template<typename T, bool B>
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.

◆ isDictionary()

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

Definition at line 407 of file object_d.h.

◆ removeProperty()

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

Definition at line 429 of file object_d.h.

◆ setProperty() [1/2]

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/2]

template<typename T, bool B>
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.


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