Stack< T > Class Template Reference

#include <Stack.h>

List of all members.

Public Member Functions

 Stack ()
void push (T t)
pop ()
peek () const
int empty () const

Private Attributes

Array< T > _data
int _top

template<class T>
class Stack< T >


Constructor & Destructor Documentation

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


Member Function Documentation

template<class T>
void Stack< T >::push ( t  )  [inline]

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

template<class T>
T Stack< T >::peek (  )  const [inline]

template<class T>
int Stack< T >::empty (  )  const [inline]


Member Data Documentation

template<class T>
Array< T > Stack< T >::_data [private]

template<class T>
int Stack< T >::_top [private]


Generated on Thu Jan 18 10:06:22 2007 for vhdPLUS by  doxygen 1.5.1-p1