#include <carray2d.h>
Public Member Functions | |
CArray2dProxy (T *ia) | |
T & | operator[] (size_t j) const |
T & | operator[] (Player p) const |
Public Attributes | |
T * | a |
Definition at line 15 of file carray2d.h.
osl::misc::CArray2dProxy< T, Capacity2 >::CArray2dProxy | ( | T * | ia | ) | [inline, explicit] |
Definition at line 18 of file carray2d.h.
T& osl::misc::CArray2dProxy< T, Capacity2 >::operator[] | ( | size_t | j | ) | const [inline] |
Definition at line 21 of file carray2d.h.
References osl::misc::CArray2dProxy< T, Capacity2 >::a.
Referenced by osl::misc::CArray2dProxy< T, Capacity2 >::operator[]().
T& osl::misc::CArray2dProxy< T, Capacity2 >::operator[] | ( | Player | p | ) | const [inline] |
Definition at line 26 of file carray2d.h.
References osl::misc::CArray2dProxy< T, Capacity2 >::operator[](), and osl::playerToIndex().
T* osl::misc::CArray2dProxy< T, Capacity2 >::a |
Definition at line 17 of file carray2d.h.
Referenced by osl::misc::operator==(), and osl::misc::CArray2dProxy< T, Capacity2 >::operator[]().