#include <cartobase/object/object_internal.h>
|
template<> |
void | insertArrayItem (TypedObject< std::vector< Object > > &object, int index, Object value) |
|
template<> |
void | insertArrayItem (TypedObject< std::map< int, Object > > &object, int index, Object value) |
|
template<typename T, bool B>
class interface_internal::DynArrayImpl< T, B >
Definition at line 295 of file object_internal.h.
◆ insertArrayItem() [1/3]
template<typename T , bool B>
◆ insertArrayItem() [2/3]
template<>
void interface_internal::DynArrayImpl< std::vector< Object >, false >::insertArrayItem |
( |
TypedObject< std::vector< Object > > & |
object, |
|
|
int |
index, |
|
|
Object |
value |
|
) |
| |
|
inline |
◆ insertArrayItem() [3/3]
template<>
void interface_internal::DynArrayImpl< std::map< int, Object >, false >::insertArrayItem |
( |
TypedObject< std::map< int, Object > > & |
object, |
|
|
int |
index, |
|
|
Object |
value |
|
) |
| |
|
inline |
◆ isDynArray()
template<typename T , bool B>
◆ removeArrayItem()
template<typename T , bool B>
◆ reserveArray()
template<typename T , bool B>
◆ resizeArray()
template<typename T , bool B>
The documentation for this class was generated from the following file: