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

#include <cartobase/object/object_internal.h>

Public Member Functions

template<>
std::string getString (const TypedObject< char > &to)
 
template<>
void setString (TypedObject< char > &to, const std::string &value)
 
template<>
std::string getString (const TypedObject< signed char > &to)
 
template<>
void setString (TypedObject< signed char > &to, const std::string &value)
 
template<>
std::string getString (const TypedObject< unsigned char > &to)
 
template<>
void setString (TypedObject< unsigned char > &to, const std::string &value)
 
template<>
std::string getString (const TypedObject< short > &to)
 
template<>
void setString (TypedObject< short > &to, const std::string &value)
 
template<>
std::string getString (const TypedObject< unsigned short > &to)
 
template<>
void setString (TypedObject< unsigned short > &to, const std::string &value)
 
template<>
std::string getString (const TypedObject< int > &to)
 
template<>
void setString (TypedObject< int > &to, const std::string &value)
 
template<>
std::string getString (const TypedObject< unsigned > &to)
 
template<>
void setString (TypedObject< unsigned > &to, const std::string &value)
 
template<>
std::string getString (const TypedObject< long > &to)
 
template<>
void setString (TypedObject< long > &to, const std::string &value)
 
template<>
std::string getString (const TypedObject< unsigned long > &to)
 
template<>
void setString (TypedObject< unsigned long > &to, const std::string &value)
 
template<>
std::string getString (const TypedObject< float > &to)
 
template<>
void setString (TypedObject< float > &to, const std::string &value)
 
template<>
std::string getString (const TypedObject< double > &to)
 
template<>
void setString (TypedObject< double > &to, const std::string &value)
 

Static Public Member Functions

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

Detailed Description

template<typename T, bool B>
class interface_internal::StringImpl< T, B >

Definition at line 145 of file object_internal.h.

Member Function Documentation

◆ equals()

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

Definition at line 168 of file object_internal.h.

◆ getString() [1/12]

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

Definition at line 154 of file object_internal.h.

◆ getString() [2/12]

template<>
std::string interface_internal::StringImpl< char, false >::getString ( const TypedObject< char > &  to)
inline

Definition at line 1327 of file object_internal.h.

References carto::toString().

◆ getString() [3/12]

template<>
std::string interface_internal::StringImpl< signed char, false >::getString ( const TypedObject< signed char > &  to)
inline

Definition at line 1342 of file object_internal.h.

References carto::toString().

◆ getString() [4/12]

template<>
std::string interface_internal::StringImpl< unsigned char, false >::getString ( const TypedObject< unsigned char > &  to)
inline

Definition at line 1358 of file object_internal.h.

References carto::toString().

◆ getString() [5/12]

template<>
std::string interface_internal::StringImpl< short, false >::getString ( const TypedObject< short > &  to)
inline

Definition at line 1376 of file object_internal.h.

References carto::toString().

◆ getString() [6/12]

template<>
std::string interface_internal::StringImpl< unsigned short, false >::getString ( const TypedObject< unsigned short > &  to)
inline

Definition at line 1391 of file object_internal.h.

References carto::toString().

◆ getString() [7/12]

template<>
std::string interface_internal::StringImpl< int, false >::getString ( const TypedObject< int > &  to)
inline

Definition at line 1409 of file object_internal.h.

References carto::toString().

◆ getString() [8/12]

template<>
std::string interface_internal::StringImpl< unsigned, false >::getString ( const TypedObject< unsigned > &  to)
inline

Definition at line 1424 of file object_internal.h.

References carto::toString().

◆ getString() [9/12]

template<>
std::string interface_internal::StringImpl< long, false >::getString ( const TypedObject< long > &  to)
inline

Definition at line 1439 of file object_internal.h.

References carto::toString().

◆ getString() [10/12]

template<>
std::string interface_internal::StringImpl< unsigned long, false >::getString ( const TypedObject< unsigned long > &  to)
inline

Definition at line 1454 of file object_internal.h.

References carto::toString().

◆ getString() [11/12]

template<>
std::string interface_internal::StringImpl< float, false >::getString ( const TypedObject< float > &  to)
inline

Definition at line 1472 of file object_internal.h.

References carto::toString().

◆ getString() [12/12]

template<>
std::string interface_internal::StringImpl< double, false >::getString ( const TypedObject< double > &  to)
inline

Definition at line 1487 of file object_internal.h.

References carto::toString().

◆ isString()

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

Definition at line 149 of file object_internal.h.

◆ setString() [1/12]

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

Definition at line 161 of file object_internal.h.

◆ setString() [2/12]

template<>
void interface_internal::StringImpl< char, false >::setString ( TypedObject< char > &  to,
const std::string &  value 
)
inline

Definition at line 1334 of file object_internal.h.

References carto::stringTo().

◆ setString() [3/12]

template<>
void interface_internal::StringImpl< signed char, false >::setString ( TypedObject< signed char > &  to,
const std::string &  value 
)
inline

Definition at line 1350 of file object_internal.h.

References carto::stringTo().

◆ setString() [4/12]

template<>
void interface_internal::StringImpl< unsigned char, false >::setString ( TypedObject< unsigned char > &  to,
const std::string &  value 
)
inline

Definition at line 1367 of file object_internal.h.

References carto::stringTo().

◆ setString() [5/12]

template<>
void interface_internal::StringImpl< short, false >::setString ( TypedObject< short > &  to,
const std::string &  value 
)
inline

Definition at line 1383 of file object_internal.h.

References carto::stringTo().

◆ setString() [6/12]

template<>
void interface_internal::StringImpl< unsigned short, false >::setString ( TypedObject< unsigned short > &  to,
const std::string &  value 
)
inline

Definition at line 1400 of file object_internal.h.

References carto::stringTo().

◆ setString() [7/12]

template<>
void interface_internal::StringImpl< int, false >::setString ( TypedObject< int > &  to,
const std::string &  value 
)
inline

Definition at line 1416 of file object_internal.h.

References carto::stringTo().

◆ setString() [8/12]

template<>
void interface_internal::StringImpl< unsigned, false >::setString ( TypedObject< unsigned > &  to,
const std::string &  value 
)
inline

Definition at line 1431 of file object_internal.h.

References carto::stringTo().

◆ setString() [9/12]

template<>
void interface_internal::StringImpl< long, false >::setString ( TypedObject< long > &  to,
const std::string &  value 
)
inline

Definition at line 1446 of file object_internal.h.

References carto::stringTo().

◆ setString() [10/12]

template<>
void interface_internal::StringImpl< unsigned long, false >::setString ( TypedObject< unsigned long > &  to,
const std::string &  value 
)
inline

Definition at line 1463 of file object_internal.h.

References carto::stringTo().

◆ setString() [11/12]

template<>
void interface_internal::StringImpl< float, false >::setString ( TypedObject< float > &  to,
const std::string &  value 
)
inline

Definition at line 1479 of file object_internal.h.

References carto::stringTo().

◆ setString() [12/12]

template<>
void interface_internal::StringImpl< double, false >::setString ( TypedObject< double > &  to,
const std::string &  value 
)
inline

Definition at line 1494 of file object_internal.h.

References carto::stringTo().


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