kget
bt::Array< T > Class Template Reference
#include <array.h>
Inheritance diagram for bt::Array< T >:

Detailed Description
template<class T>
class bt::Array< T >
Template array classes, makes creating dynamic buffers easier and safer.
Definition at line 36 of file array.h.
Public Member Functions | |
| Array (Uint32 num=0) | |
| void | fill (T val) |
| operator const T * () const | |
| operator T * () | |
| const T & | operator[] (Uint32 i) const |
| T & | operator[] (Uint32 i) |
| Uint32 | size () const |
| ~Array () | |
Constructor & Destructor Documentation
Member Function Documentation
template<class T>
| void bt::Array< T >::fill | ( | T | val | ) | [inline] |
template<class T>
| bt::Array< T >::operator const T * | ( | ) | const [inline] |
The documentation for this class was generated from the following file:
KDE 4.2 API Reference