#include <cartobase/object/object_internal.h>
|  | 
| 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) | 
|  | 
template<typename T>
class interface_internal::ArrayImpl< T, true >
Definition at line 275 of file object_internal.h.
◆ getArrayItem()
◆ hasItem()
◆ isArray()
◆ isContiguous()
◆ setArrayItem()
The documentation for this class was generated from the following file: