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

#include <cartobase/object/object_d.h>

Inheritance diagram for carto::interface_internal::ArrayImpl< T, true >:
Collaboration diagram for carto::interface_internal::ArrayImpl< T, true >:

Public Member Functions

Object getArrayItem (const TypedObject< std::vector< Object > > &object, int index)
 
void setArrayItem (TypedObject< std::vector< Object > > &object, int index, Object value)
 
Object getArrayItem (const TypedObject< std::map< int, Object > > &object, int index)
 
void setArrayItem (TypedObject< std::map< int, Object > > &object, int index, Object value)
 
Object getArrayItem (const TypedObject< std::vector< Object > > &object, int index)
 
Object getArrayItem (const TypedObject< std::map< int, Object > > &object, int index)
 
void setArrayItem (TypedObject< std::vector< Object > > &object, int index, Object value)
 
void setArrayItem (TypedObject< std::map< int, Object > > &object, int index, Object value)
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 276 of file object_d.h.

Member Function Documentation

◆ getArrayItem() [1/6]

Object carto::interface_internal::ArrayImpl< std::map< int, Object >, false >::getArrayItem ( const TypedObject< std::map< int, Object > > & object,
int index )
inline

Definition at line 2546 of file object_d.h.

◆ getArrayItem() [2/6]

Object carto::interface_internal::ArrayImpl< std::map< int, Object >, false >::getArrayItem ( const TypedObject< std::map< int, Object > > & object,
int index )
inline

Definition at line 2546 of file object_d.h.

◆ getArrayItem() [3/6]

Object carto::interface_internal::ArrayImpl< std::vector< Object >, false >::getArrayItem ( const TypedObject< std::vector< Object > > & object,
int index )
inline

Definition at line 1740 of file object_d.h.

◆ getArrayItem() [4/6]

Object carto::interface_internal::ArrayImpl< std::vector< Object >, false >::getArrayItem ( const TypedObject< std::vector< Object > > & object,
int index )
inline

Definition at line 1740 of file object_d.h.

◆ getArrayItem() [5/6]

static Object carto::interface_internal::ArrayImpl< T, B >::getArrayItem ( const TypedObject< T > & ,
int  )
inlinestatic

Definition at line 261 of file object_d.h.

◆ getArrayItem() [6/6]

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

Definition at line 295 of file object_d.h.

◆ hasItem() [1/2]

static bool carto::interface_internal::ArrayImpl< T, B >::hasItem ( const TypedObject< T > & ,
int  )
inlinestatic

Definition at line 256 of file object_d.h.

◆ hasItem() [2/2]

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

Definition at line 290 of file object_d.h.

◆ isArray() [1/2]

static bool carto::interface_internal::ArrayImpl< T, B >::isArray ( const TypedObject< T > & )
inlinestatic

Definition at line 246 of file object_d.h.

◆ isArray() [2/2]

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

Definition at line 280 of file object_d.h.

References carto::DataTypeCode< T >::name().

◆ isContiguous() [1/2]

static bool carto::interface_internal::ArrayImpl< T, B >::isContiguous ( const TypedObject< T > & )
inlinestatic

Definition at line 251 of file object_d.h.

◆ isContiguous() [2/2]

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

Definition at line 285 of file object_d.h.

◆ setArrayItem() [1/6]

void carto::interface_internal::ArrayImpl< std::map< int, Object >, false >::setArrayItem ( TypedObject< std::map< int, Object > > & object,
int index,
Object value )
inline

Definition at line 2559 of file object_d.h.

◆ setArrayItem() [2/6]

void carto::interface_internal::ArrayImpl< std::map< int, Object >, false >::setArrayItem ( TypedObject< std::map< int, Object > > & object,
int index,
Object value )
inline

Definition at line 2559 of file object_d.h.

◆ setArrayItem() [3/6]

void carto::interface_internal::ArrayImpl< std::vector< Object >, false >::setArrayItem ( TypedObject< std::vector< Object > > & object,
int index,
Object value )
inline

Definition at line 1749 of file object_d.h.

◆ setArrayItem() [4/6]

void carto::interface_internal::ArrayImpl< std::vector< Object >, false >::setArrayItem ( TypedObject< std::vector< Object > > & object,
int index,
Object value )
inline

Definition at line 1749 of file object_d.h.

◆ setArrayItem() [5/6]

static void carto::interface_internal::ArrayImpl< T, B >::setArrayItem ( TypedObject< T > & ,
int ,
Object  )
inlinestatic

Definition at line 268 of file object_d.h.

◆ setArrayItem() [6/6]

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

Definition at line 301 of file object_d.h.


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