|
cartobase 6.0.6
|
#include <cartobase/object/object_internal.h>

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) |
Static Public Member Functions | |
| 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) |
Definition at line 241 of file object_internal.h.
|
inline |
Definition at line 2545 of file object_internal.h.
|
inline |
Definition at line 1739 of file object_internal.h.
|
inlinestatic |
Definition at line 260 of file object_internal.h.
|
inlinestatic |
Definition at line 255 of file object_internal.h.
|
inlinestatic |
Definition at line 245 of file object_internal.h.
|
inlinestatic |
Definition at line 250 of file object_internal.h.
|
inline |
Definition at line 2558 of file object_internal.h.
|
inline |
Definition at line 1748 of file object_internal.h.
|
inlinestatic |
Definition at line 267 of file object_internal.h.