Free Electron
|
Wrapper for std::vector. More...
#include <Array.h>
Inherits vector< T >.
Public Member Functions | |
Array (U32 a_size) | |
Array (U32 a_size, const T &a_value) | |
Array (const Array &a_other) | |
Array (const std::vector< T > &a_other) | |
Array & | operator= (const Array &a_other) |
const T & | operator[] (I32 index) const |
T & | operator[] (I32 index) |
Wrapper for std::vector.
Allows bounds-checking just for debug builds.