SDLPP::Array2D< T > Class Template Reference
List of all members.
Public Types |
typedef array::iterator | iterator |
typedef array::const_iterator | const_iterator |
Public Member Functions |
| Array2D (int width, int height) |
| Array2D (int width, int height, const T &def) |
void | resize (int width, int height, const T &def=0) |
const iVec2 & | size () const |
int | get_width () const |
int | get_height () const |
T & | operator() (int x, int y) |
const T & | operator() (int x, int y) const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
template<class T>
class SDLPP::Array2D< T >
The documentation for this class was generated from the following file: