cartobase 6.0.6
interface_internal::ScalarImpl< T, true > Class Template Reference

#include <cartobase/object/object_internal.h>

Inheritance diagram for interface_internal::ScalarImpl< T, true >:
Collaboration diagram for interface_internal::ScalarImpl< T, true >:

Static Public Member Functions

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

Detailed Description

template<typename T>
class interface_internal::ScalarImpl< T, true >

Definition at line 112 of file object_internal.h.

Member Function Documentation

◆ equals() [1/2]

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

Definition at line 102 of file object_internal.h.

◆ equals() [2/2]

template<typename T>
static bool interface_internal::ScalarImpl< T, true >::equals ( const TypedObject< T > & o1,
const GenericObject & o2 )
inlinestatic

Definition at line 131 of file object_internal.h.

◆ getScalar() [1/2]

static double interface_internal::ScalarImpl< T, B >::getScalar ( const TypedObject< T > & )
inlinestatic

Definition at line 87 of file object_internal.h.

◆ getScalar() [2/2]

template<typename T>
static double interface_internal::ScalarImpl< T, true >::getScalar ( const TypedObject< T > & object)
inlinestatic

Definition at line 121 of file object_internal.h.

◆ isScalar() [1/2]

static bool interface_internal::ScalarImpl< T, B >::isScalar ( const TypedObject< T > & )
inlinestatic

Definition at line 82 of file object_internal.h.

◆ isScalar() [2/2]

template<typename T>
static bool interface_internal::ScalarImpl< T, true >::isScalar ( const TypedObject< T > & object)
inlinestatic

Definition at line 116 of file object_internal.h.

◆ setScalar() [1/2]

static void interface_internal::ScalarImpl< T, B >::setScalar ( TypedObject< T > & ,
double  )
inlinestatic

Definition at line 95 of file object_internal.h.

◆ setScalar() [2/2]

template<typename T>
static void interface_internal::ScalarImpl< T, true >::setScalar ( TypedObject< T > & object,
double value )
inlinestatic

Definition at line 126 of file object_internal.h.


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