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

#include <cartobase/object/object_internal.h>

Inheritance diagram for interface_internal::DictionaryImpl< T, true >:
Collaboration diagram for 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 interface_internal::DictionaryImpl< T, true >

Definition at line 462 of file object_internal.h.

Member Function Documentation

◆ clearProperties() [1/2]

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

Definition at line 444 of file object_internal.h.

◆ clearProperties() [2/2]

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() [1/2]

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

Definition at line 451 of file object_internal.h.

◆ equals() [2/2]

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() [1/4]

bool 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 2425 of file object_internal.h.

References getProperty().

◆ getProperty() [2/4]

bool 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 2425 of file object_internal.h.

◆ getProperty() [3/4]

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

Definition at line 411 of file object_internal.h.

◆ getProperty() [4/4]

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.

Referenced by getProperty().

◆ hasProperty() [1/2]

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

Definition at line 436 of file object_internal.h.

◆ hasProperty() [2/2]

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() [1/2]

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

Definition at line 406 of file object_internal.h.

◆ isDictionary() [2/2]

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() [1/2]

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

Definition at line 428 of file object_internal.h.

◆ removeProperty() [2/2]

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() [1/4]

void 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 2439 of file object_internal.h.

References setProperty().

◆ setProperty() [2/4]

void 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 2439 of file object_internal.h.

◆ setProperty() [3/4]

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

Definition at line 420 of file object_internal.h.

◆ setProperty() [4/4]

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.

Referenced by setProperty().


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