cartobase
4.7.0
|
#include <cartobase/object/object_d.h>
Public Member Functions | |
template<> | |
Object | getArrayItem (const TypedObject< std::vector< Object > > &object, int index) |
template<> | |
void | setArrayItem (TypedObject< std::vector< Object > > &object, int index, Object value) |
template<> | |
Object | getArrayItem (const TypedObject< std::map< int, Object > > &object, int index) |
template<> | |
void | setArrayItem (TypedObject< std::map< int, Object > > &object, int index, Object value) |
Static Public Member Functions | |
static bool | isArray (const TypedObject< T > &) |
static Object | getArrayItem (const TypedObject< T > &, int) |
static void | setArrayItem (TypedObject< T > &, int, Object) |
Definition at line 242 of file object_d.h.
|
inlinestatic |
Definition at line 251 of file object_d.h.
|
inline |
Definition at line 1708 of file object_d.h.
|
inline |
Definition at line 2482 of file object_d.h.
|
inlinestatic |
Definition at line 246 of file object_d.h.
Referenced by carto::TypedObject< SyntaxedInterfaceType< T > >::isArray().
|
inlinestatic |
Definition at line 258 of file object_d.h.
|
inline |
Definition at line 1717 of file object_d.h.
|
inline |
Definition at line 2495 of file object_d.h.