cartobase 6.0.6
interface_internal::DynArrayImpl< T, B > Class Template Reference

#include <cartobase/object/object_internal.h>

Inheritance diagram for interface_internal::DynArrayImpl< T, B >:

Public Member Functions

void insertArrayItem (TypedObject< std::vector< Object > > &object, int index, Object value)
 
void insertArrayItem (TypedObject< std::map< int, Object > > &object, int index, Object value)
 

Static Public Member Functions

static bool isDynArray (const TypedObject< T > &)
 
static void reserveArray (TypedObject< T > &, size_t)
 
static void resizeArray (TypedObject< T > &, size_t)
 
static void removeArrayItem (TypedObject< T > &, int)
 
static void insertArrayItem (TypedObject< T > &, int, Object)
 

Detailed Description

template<typename T, bool B>
class interface_internal::DynArrayImpl< T, B >

Definition at line 315 of file object_internal.h.

Member Function Documentation

◆ insertArrayItem() [1/3]

void interface_internal::DynArrayImpl< std::map< int, Object >, false >::insertArrayItem ( TypedObject< std::map< int, Object > > & object,
int index,
Object value )
inline

Definition at line 2569 of file object_internal.h.

◆ insertArrayItem() [2/3]

void interface_internal::DynArrayImpl< std::vector< Object >, false >::insertArrayItem ( TypedObject< std::vector< Object > > & object,
int index,
Object value )
inline

Definition at line 1759 of file object_internal.h.

◆ insertArrayItem() [3/3]

template<typename T, bool B>
static void interface_internal::DynArrayImpl< T, B >::insertArrayItem ( TypedObject< T > & ,
int ,
Object  )
inlinestatic

Definition at line 347 of file object_internal.h.

◆ isDynArray()

template<typename T, bool B>
static bool interface_internal::DynArrayImpl< T, B >::isDynArray ( const TypedObject< T > & )
inlinestatic

Definition at line 319 of file object_internal.h.

◆ removeArrayItem()

template<typename T, bool B>
static void interface_internal::DynArrayImpl< T, B >::removeArrayItem ( TypedObject< T > & ,
int  )
inlinestatic

Definition at line 339 of file object_internal.h.

◆ reserveArray()

template<typename T, bool B>
static void interface_internal::DynArrayImpl< T, B >::reserveArray ( TypedObject< T > & ,
size_t  )
inlinestatic

Definition at line 324 of file object_internal.h.

◆ resizeArray()

template<typename T, bool B>
static void interface_internal::DynArrayImpl< T, B >::resizeArray ( TypedObject< T > & ,
size_t  )
inlinestatic

Definition at line 331 of file object_internal.h.


The documentation for this class was generated from the following file: