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

#include <cartobase/object/object_internal.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 interface_internal::ArrayImpl< T, true >

Definition at line 265 of file object_internal.h.

Member Function Documentation

◆ getArrayItem()

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

Definition at line 274 of file object_internal.h.

◆ isArray()

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

Definition at line 269 of file object_internal.h.

◆ setArrayItem()

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

Definition at line 280 of file object_internal.h.


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