BArray< T > Class Template Reference

#include <BArray.h>

List of all members.

Public Types

typedef int(*) SortFunc (T &a, T &b)
 Prototype for sorting function.

Public Member Functions

 BArray ()
 BArray (BSize size, T value=T())
 BArray (const BArray &array)
void append (T value)
void append (const BArray< T > &array)
void del (BUInt pos)
void sort ()


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

template<class T>
typedef int(*) BArray< T >::SortFunc(T &a, T &b)

Prototype for sorting function.


Constructor & Destructor Documentation

template<class T>
BArray< T >::BArray (  )  [inline]

template<class T>
BArray< T >::BArray ( BSize  size,
value = T() 
) [inline]

template<class T>
BArray< T >::BArray ( const BArray< T > &  array  )  [inline]


Member Function Documentation

template<class T>
void BArray< T >::append ( const BArray< T > &  array  ) 

template<class T>
void BArray< T >::append ( value  )  [inline]

template<class T>
void BArray< T >::del ( BUInt  pos  )  [inline]

template<class T>
void BArray< T >::sort (  )  [inline]


The documentation for this class was generated from the following file:
Generated on Mon Dec 14 09:43:56 2009 for LibBeamApi by  doxygen 1.4.7