ESyS-Particle  2.3.4
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

◆ Stack()

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

◆ ~Stack()

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

References Stack< T >::L.

Member Function Documentation

◆ Pop()

template<class T >
T * Stack< T >::Pop
inline

◆ Push()

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

Member Data Documentation

◆ L

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

Referenced by Stack< T >::~Stack().


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