![]() |
SCOREC core
Parallel unstructured mesh tools
|
compile-time (static) array of size N More...
Public Member Functions | |
| Array () | |
| default constructor - necessary | |
| Array (Array< T, N > const &other) | |
| copy constructor | |
| ~Array () | |
| elems is destroyed automatically | |
| Array< T, N > & | operator= (Array< T, N > const &other) |
| assignment operator | |
| T & | operator[] (unsigned i) |
| mutable index operator | |
| T const & | operator[] (unsigned i) const |
| immutable index operator | |
| unsigned | size () const |
| get the size of this array | |
compile-time (static) array of size N
Definition at line 23 of file canArray.h.
1.9.1