All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
osl::misc::CArray2dProxy< T, Capacity2 > Struct Template Reference

#include <carray2d.h>

List of all members.

Public Member Functions

 CArray2dProxy (T *ia)
T & operator[] (size_t j) const
T & operator[] (Player p) const

Public Attributes

T * a

Detailed Description

template<typename T, size_t Capacity2>
struct osl::misc::CArray2dProxy< T, Capacity2 >

Definition at line 15 of file carray2d.h.


Constructor & Destructor Documentation

template<typename T, size_t Capacity2>
osl::misc::CArray2dProxy< T, Capacity2 >::CArray2dProxy ( T *  ia) [inline, explicit]

Definition at line 18 of file carray2d.h.


Member Function Documentation

template<typename T, size_t Capacity2>
T& osl::misc::CArray2dProxy< T, Capacity2 >::operator[] ( size_t  j) const [inline]
template<typename T, size_t Capacity2>
T& osl::misc::CArray2dProxy< T, Capacity2 >::operator[] ( Player  p) const [inline]

Member Data Documentation

template<typename T, size_t Capacity2>
T* osl::misc::CArray2dProxy< T, Capacity2 >::a

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines