cartobase  5.0.5
interface_internal::ScalarImpl< std::string, false > Class Template Reference

#include <cartobase/object/object_internal.h>

Static Public Member Functions

static bool isScalar (const TypedObject< std::string > &)
 
static double getScalar (const TypedObject< std::string > &to)
 
static void setScalar (TypedObject< std::string > &to, double value)
 
static bool equals (const TypedObject< std::string > &o1, const GenericObject &o2)
 

Detailed Description

template<>
class interface_internal::ScalarImpl< std::string, false >

Definition at line 1264 of file object_internal.h.

Member Function Documentation

◆ equals()

static bool interface_internal::ScalarImpl< std::string, false >::equals ( const TypedObject< std::string > &  o1,
const GenericObject &  o2 
)
inlinestatic

Definition at line 1284 of file object_internal.h.

◆ getScalar()

static double interface_internal::ScalarImpl< std::string, false >::getScalar ( const TypedObject< std::string > &  to)
inlinestatic

Definition at line 1272 of file object_internal.h.

References carto::stringTo().

◆ isScalar()

static bool interface_internal::ScalarImpl< std::string, false >::isScalar ( const TypedObject< std::string > &  )
inlinestatic

Definition at line 1267 of file object_internal.h.

◆ setScalar()

static void interface_internal::ScalarImpl< std::string, false >::setScalar ( TypedObject< std::string > &  to,
double  value 
)
inlinestatic

Definition at line 1279 of file object_internal.h.

References carto::toString().


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