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

#include <cartobase/object/object_d.h>

Static Public Member Functions

static bool isString (const TypedObject< T > &object)
 
static std::string getString (const TypedObject< T > &object)
 
static void setString (TypedObject< T > &object, const std::string &value)
 
static bool equals (const TypedObject< T > &o1, const GenericObject &o2)
 

Detailed Description

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

Definition at line 179 of file object_d.h.

Member Function Documentation

◆ equals()

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

Definition at line 199 of file object_d.h.

◆ getString()

template<typename T >
static std::string carto::interface_internal::StringImpl< T, true >::getString ( const TypedObject< T > &  object)
inlinestatic

Definition at line 188 of file object_d.h.

◆ isString()

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

Definition at line 183 of file object_d.h.

◆ setString()

template<typename T >
static void carto::interface_internal::StringImpl< T, true >::setString ( TypedObject< T > &  object,
const std::string &  value 
)
inlinestatic

Definition at line 193 of file object_d.h.


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