cartobase  5.1.2
interface_internal::StringImpl< std::string, false > Class Reference

#include <cartobase/object/object_internal.h>

Static Public Member Functions

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

Detailed Description

Definition at line 1318 of file object_internal.h.

Member Function Documentation

◆ equals()

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

Definition at line 1337 of file object_internal.h.

◆ getString()

static std::string interface_internal::StringImpl< std::string, false >::getString ( const TypedObject< std::string > &  to)
inlinestatic

Definition at line 1326 of file object_internal.h.

◆ isString()

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

Definition at line 1321 of file object_internal.h.

◆ setString()

static void interface_internal::StringImpl< std::string, false >::setString ( TypedObject< std::string > &  to,
const std::string &  value 
)
inlinestatic

Definition at line 1331 of file object_internal.h.


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