ESyS-Particle  2.3
Stack< T > Class Template Reference

#include <t_list.h>

Public Member Functions

 Stack ()
 
virtual ~Stack ()
 
void Push (T *V)
 
T * Pop ()
 

Protected Attributes

List< T > L
 

Detailed Description

template<class T>
class Stack< T >

Stack container.

Constructor & Destructor Documentation

template<class T >
Stack< T >::Stack ( )
inline
template<class T >
virtual Stack< T >::~Stack ( )
inlinevirtual

References List< T >::Destroy().

Here is the call graph for this function:

Member Function Documentation

template<class T >
T * Stack< T >::Pop ( )
inline
template<class T >
void Stack< T >::Push ( T *  V)
inline

Member Data Documentation

template<class T >
List<T> Stack< T >::L
protected

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