cartobase  5.0.5
carto::interface_internal::ArrayImpl< T, true > Class Template Reference

#include <cartobase/object/object_d.h>

Static Public Member Functions

static bool isArray (const TypedObject< T > &object)
 
static Object getArrayItem (const TypedObject< T > &object, int index)
 
static void setArrayItem (TypedObject< T > &object, int index, Object value)
 

Detailed Description

template<typename T>
class carto::interface_internal::ArrayImpl< T, true >

Definition at line 266 of file object_d.h.

Member Function Documentation

◆ getArrayItem()

template<typename T >
static Object carto::interface_internal::ArrayImpl< T, true >::getArrayItem ( const TypedObject< T > &  object,
int  index 
)
inlinestatic

Definition at line 275 of file object_d.h.

References carto::verbose.

◆ isArray()

template<typename T >
static bool carto::interface_internal::ArrayImpl< T, true >::isArray ( const TypedObject< T > &  object)
inlinestatic

Definition at line 270 of file object_d.h.

◆ setArrayItem()

template<typename T >
static void carto::interface_internal::ArrayImpl< T, true >::setArrayItem ( TypedObject< T > &  object,
int  index,
Object  value 
)
inlinestatic

Definition at line 281 of file object_d.h.


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