VEX IQ C++ API
|
a safe array template More...
Public Member Functions | |
safearray () | |
~safearray () | |
T & | operator[] (int i) |
int | getLength () |
Protected Attributes | |
T | arr [len] |
T | outofbounds |
a safe array template
|
inline |
|
inline |
T & vex::safearray< T, len >::operator[] | ( | int | i | ) |
|
inline |
|
protected |
|
protected |