ListBase< T * > Class Template Reference

#include <List.h>

Inheritance diagram for ListBase< T * >:
ArrayBase< T * >

List of all members.

Public Member Functions

 ListBase ()
 ListBase (int n)
 ListBase (int n, Element initVal)
 ListBase (int n, const Element *initVals)
 ListBase (const ListBase &l, int offset, int length)
 ListBase (ListBase &l, int offset, int length)
 ListBase (const ListBase &lb)
 ~ListBase ()
ListBaseoperator= (const ListBase &lb)
ListBaseoperator+= (Element x)
bool isEmpty (int) const

template<class T>
class SimTK::ListBase< T * >


Constructor & Destructor Documentation

ListBase (  )  [inline]
ListBase ( int  n  )  [inline]
ListBase ( int  n,
Element  initVal 
) [inline]
ListBase ( int  n,
const Element initVals 
) [inline]
ListBase ( const ListBase< T * > &  l,
int  offset,
int  length 
) [inline]
ListBase ( ListBase< T * > &  l,
int  offset,
int  length 
) [inline]
ListBase ( const ListBase< T * > &  lb  )  [inline]
~ListBase (  )  [inline]

Member Function Documentation

bool isEmpty ( int   )  const [inline]
ListBase& operator+= ( Element  x  )  [inline]
ListBase& operator= ( const ListBase< T * > &  lb  )  [inline]

The documentation for this class was generated from the following file:

Generated on Wed Dec 30 11:05:22 2009 for SimTKcore by  doxygen 1.6.1