cartobase  4.7.0
interface_internal::ScalarImpl< double, false > Class Template Reference

#include <cartobase/object/object_internal.h>

Static Public Member Functions

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

Detailed Description

template<>
class interface_internal::ScalarImpl< double, false >

Definition at line 1232 of file object_internal.h.

Member Function Documentation

◆ equals()

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

Definition at line 1250 of file object_internal.h.

◆ getScalar()

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

Definition at line 1240 of file object_internal.h.

◆ isScalar()

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

Definition at line 1235 of file object_internal.h.

◆ setScalar()

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

Definition at line 1245 of file object_internal.h.


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