BArray< T > Class Template Reference
#include <BArray.h>
List of all members.
Detailed Description
template<class T>
class BArray< T >
Template based Array class. This is based on the Standard C++ library vector class and has all of the functionality of that class.
Member Typedef Documentation
Prototype for sorting function.
Constructor & Destructor Documentation
Member Function Documentation
template<class T>
void BArray< T >::append |
( |
const BArray< T > & |
array |
) |
[inline] |
template<class T>
void BArray< T >::append |
( |
const T & |
value |
) |
[inline] |
template<class T>
void BArray< T >::insert |
( |
BUInt |
pos, |
|
|
const T & |
value | |
|
) |
| | [inline] |
template<class T>
T& BArray< T >::rear |
( |
|
) |
[inline] |
template<class T>
void BArray< T >::sort |
( |
|
) |
[inline] |
The documentation for this class was generated from the following file: