BArray< T > Class Template Reference

#include <BArray.h>

List of all members.

Public Member Functions

 BArray ()
 BArray (BSize size, T value=T())
 BArray (const BArray &array)


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.


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]


The documentation for this class was generated from the following file:
Generated on Tue Dec 11 13:57:52 2007 for LibTmsApi by  doxygen 1.5.2