|
|
| PropertyVector (size_t len, T val) |
| |
|
| PropertyVector (const std::vector< T > &values) |
| |
|
| PropertyVector (std::initializer_list< int > init_list) |
| |
| T & | at (int index) |
| | allows access up-to capacity size More...
|
| |
|
const T & | operator[] (size_t index) const |
| |
|
T & | operator[] (size_t index) |
| |
|
PropertyVector & | operator= (const PropertyVector &src) |
| |
|
bool | operator== (const PropertyVector &src) const |
| |
|
size_t | size () const |
| |
|
void | insert (size_t axis, const T &val) |
| |
|
void | remove (size_t axis) |
| |
|
void | clear () |
| |
|
bool | exist (size_t axis) const |
| |
§ at()
template<class T, int N = MAX_DIMS_NUMBER>
allows access up-to capacity size
- Parameters
-
- Returns
The documentation for this class was generated from the following file: