#include <lltable.h>
Collaboration diagram for LLTable< T >:
Public Member Functions | |
LLTable (U32 w, U32 h=0) | |
~LLTable () | |
void | init (const T &t) |
const T & | at (U32 w, U32 h) const |
T & | at (U32 w, U32 h) |
U32 | size () const |
U32 | w () const |
U32 | h () const |
Private Attributes | |
T * | _tab |
U32 | _w |
U32 | _h |
U32 | _size |
Definition at line 35 of file lltable.h.
Definition at line 43 of file lltable.h.
References LLTable< T >::_h, LLTable< T >::_size, LLTable< T >::_tab, LLTable< T >::_w, and LLTable< T >::h().
Definition at line 69 of file lltable.h.
References LLTable< T >::_h.
Referenced by LLTable< T >::LLTable().
Definition at line 40 of file lltable.h.
Referenced by LLTable< T >::h(), and LLTable< T >::LLTable().
Definition at line 41 of file lltable.h.
Referenced by LLTable< T >::init(), LLTable< T >::LLTable(), and LLTable< T >::size().
Definition at line 38 of file lltable.h.
Referenced by LLTable< T >::at(), LLTable< T >::init(), LLTable< T >::LLTable(), and LLTable< T >::~LLTable().
Definition at line 39 of file lltable.h.
Referenced by LLTable< T >::at(), LLTable< T >::LLTable(), and LLTable< T >::w().