#include <array.h>
Public Member Functions | |
T & | operator() (int index) |
const T & | operator() (int index) const |
Private Attributes | |
T | _item [N] |
const T& Hoard::Array< N, T >::operator() | ( | int | index | ) | const [inline] |
T& Hoard::Array< N, T >::operator() | ( | int | index | ) | [inline] |
T Hoard::Array< N, T >::_item[N] [private] |