#include <gul_types.h>
Inheritance diagram for gul::kdarray::

Public Methods | |
| kdarray () | |
| kdarray (T *base) | |
| T & | operator[] (size_t i) const |
Public Attributes | |
| T * | m_base |
|
|||||||||
|
Definition at line 1855 of file gul_types.h.
01855 { }
|
|
||||||||||
|
Definition at line 1856 of file gul_types.h. References m_base.
01856 { m_base = base; }
|
|
||||||||||
|
Definition at line 1857 of file gul_types.h. References m_base.
01857 { return m_base[i]; }
|
|
|||||
|
Definition at line 1854 of file gul_types.h. Referenced by kdarray(), and operator[](). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001