|
cartobase 6.0.6
|
#include <cartobase/object/object_d.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 242 of file object_d.h.
|
inline |
Definition at line 2546 of file object_d.h.
|
inline |
Definition at line 1740 of file object_d.h.
|
inlinestatic |
Definition at line 261 of file object_d.h.
References carto::verbose.
|
inlinestatic |
Definition at line 256 of file object_d.h.
|
inlinestatic |
Definition at line 246 of file object_d.h.
|
inlinestatic |
Definition at line 251 of file object_d.h.
|
inline |
Definition at line 2559 of file object_d.h.
|
inline |
Definition at line 1749 of file object_d.h.
|
inlinestatic |
Definition at line 268 of file object_d.h.