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

#include <cartobase/object/object_internal.h>

Public Member Functions

template<>
bool getProperty (const TypedObject< std::map< std::string, Object > > &object, const std::string &key, Object &result)
 
template<>
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 interface_internal::DictionaryImpl< T, B >

Definition at line 382 of file object_internal.h.

Member Function Documentation

◆ clearProperties()

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

Definition at line 424 of file object_internal.h.

◆ equals()

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

Definition at line 431 of file object_internal.h.

◆ getProperty() [1/2]

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

Definition at line 391 of file object_internal.h.

◆ getProperty() [2/2]

template<>
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 2375 of file object_internal.h.

◆ hasProperty()

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

Definition at line 416 of file object_internal.h.

◆ isDictionary()

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

Definition at line 386 of file object_internal.h.

◆ removeProperty()

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

Definition at line 408 of file object_internal.h.

◆ setProperty() [1/2]

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

Definition at line 400 of file object_internal.h.

◆ setProperty() [2/2]

template<>
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 2389 of file object_internal.h.


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