#include <typedarray.h>
Public Member Functions | |
| Int32Array (int size=0, int *data=nullptr, bool copy=true) | |
| Int32Array (const std::initializer_list< int > &array) | |
Public Member Functions inherited from cil::TypedArray< int > | |
| TypedArray () | |
| virtual | ~TypedArray () |
| const int & | operator[] (int index) const |
| int & | operator[] (int index) |
| void | set (int size, int *data=nullptr, bool copy=true) |
| void | clear () |
| int | size () const |
| int * | data () |
| const int * | data () const |
Public Member Functions inherited from cil::ArrayBuffer | |
| ArrayBuffer () | |
| virtual | ~ArrayBuffer () |
Public Member Functions inherited from cil::Variant | |
| Variant () | |
| virtual | ~Variant () |
| const std::string & | type () const |
Additional Inherited Members | |
Protected Attributes inherited from cil::TypedArray< int > | |
| int * | m_data |
| int | m_size |
Protected Attributes inherited from cil::Variant | |
| std::string | m_type |
| cil::Int32Array::Int32Array | ( | int | size = 0, |
| int * | data = nullptr, | ||
| bool | copy = true ) |
| cil::Int32Array::Int32Array | ( | const std::initializer_list< int > & | array | ) |