cartobase  5.1.2
interface_internal::ScalarImpl< int, false > Class Reference

#include <cartobase/object/object_internal.h>

Static Public Member Functions

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

Detailed Description

Definition at line 1059 of file object_internal.h.

Member Function Documentation

◆ equals()

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

Definition at line 1077 of file object_internal.h.

◆ getScalar()

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

Definition at line 1067 of file object_internal.h.

◆ isScalar()

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

Definition at line 1062 of file object_internal.h.

◆ setScalar()

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

Definition at line 1072 of file object_internal.h.


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