ValStack< T > Class Template Reference

List of all members.

Public Member Functions

 ValStack ()
virtual ~ValStack ()
 ValStack (const ValStack< T > &s)
ValStackoperator= (const ValStack< T > &s)
void push (T v)
pop ()
T & top ()
bool isEmpty ()
uint count () const

Detailed Description

template<class T>
class ValStack< T >

Definition at line 217 of file xmlgen.cpp.


Constructor & Destructor Documentation

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

Definition at line 220 of file xmlgen.cpp.

template<class T>
virtual ValStack< T >::~ValStack (  )  [inline, virtual]

Definition at line 221 of file xmlgen.cpp.

template<class T>
ValStack< T >::ValStack ( const ValStack< T > &  s  )  [inline]

Definition at line 222 of file xmlgen.cpp.

References ValStack< T >::m_size, ValStack< T >::m_sp, and ValStack< T >::m_values.


Member Function Documentation

template<class T>
ValStack& ValStack< T >::operator= ( const ValStack< T > &  s  )  [inline]

Definition at line 228 of file xmlgen.cpp.

References ValStack< T >::m_size, ValStack< T >::m_sp, and ValStack< T >::m_values.

template<class T>
void ValStack< T >::push ( v  )  [inline]

Definition at line 235 of file xmlgen.cpp.

template<class T>
T ValStack< T >::pop (  )  [inline]

Definition at line 245 of file xmlgen.cpp.

template<class T>
T& ValStack< T >::top (  )  [inline]

Definition at line 250 of file xmlgen.cpp.

template<class T>
bool ValStack< T >::isEmpty (  )  [inline]

Definition at line 255 of file xmlgen.cpp.

template<class T>
uint ValStack< T >::count (  )  const [inline]

Definition at line 259 of file xmlgen.cpp.


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



Generated on Mon Mar 31 10:59:16 2008 by  doxygen 1.5.1