cartobase  5.0.5
interface_internal::ScalarImpl< T, B > Class Template Reference

#include <cartobase/object/object_internal.h>

Static Public Member Functions

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, bool B>
class interface_internal::ScalarImpl< T, B >

Definition at line 78 of file object_internal.h.

Member Function Documentation

◆ equals()

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

Definition at line 102 of file object_internal.h.

◆ getScalar()

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

Definition at line 87 of file object_internal.h.

◆ isScalar()

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

Definition at line 82 of file object_internal.h.

◆ setScalar()

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

Definition at line 95 of file object_internal.h.


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