#include <array.h>
Public Types | |
typedef TYPE | value_type |
typedef int | size_type |
typedef TYPE const & | const_reference |
typedef TYPE const * | const_iterator |
typedef TYPE & | reference |
typedef TYPE * | iterator |
Public Member Functions | |
ConstArray () | |
ConstArray (value_type const *ptr, size_type size) | |
size_type | size () const |
bool | empty () const |
const_reference | operator[] (int index) const |
const_iterator | begin () const |
const_iterator | end () const |
size_type | FindIndexIn4Tuple (value_type value) const |
size_type | FindIndex (value_type value) const |
Protected Attributes | |
value_type const * | _begin |
size_type | _size |
typedef TYPE const* const_iterator |
typedef TYPE const& const_reference |
typedef TYPE value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |