OpenFOAM logo
Open Source CFD Toolkit

FIFOStack Class Template Reference

Inheritance diagram for FIFOStack:

Inheritance graph
[legend]
Collaboration diagram for FIFOStack:

Collaboration graph
[legend]
List of all members.

template<class T>
class Foam::FIFOStack< T >


Public Member Functions

 FIFOStack ()
 Construct null.
 FIFOStack (T a)
 Construct given initial T.
 FIFOStack (Istream &is)
 Construct from Istream.
top () const
 Return a copy of the top element.
bottom () const
 Return a copy of the bottom element.
bool empty () const
 Is the stack empty.
void push (const T &a)
 Push an element onto the stack.
pop ()
 Pop the bottom element.

Constructor & Destructor Documentation

FIFOStack  )  [inline]
 

Construct null.

Definition at line 69 of file FIFOStack.H.

FIFOStack a  )  [inline]
 

Construct given initial T.

Definition at line 73 of file FIFOStack.H.

FIFOStack Istream is  )  [inline]
 

Construct from Istream.

Definition at line 79 of file FIFOStack.H.


Member Function Documentation

T bottom  )  const [inline]
 

Return a copy of the bottom element.

Definition at line 96 of file FIFOStack.H.

bool empty  )  const [inline]
 

Is the stack empty.

Definition at line 105 of file FIFOStack.H.

T pop  )  [inline]
 

Pop the bottom element.

Definition at line 120 of file FIFOStack.H.

void push const T &  a  )  [inline]
 

Push an element onto the stack.

Definition at line 114 of file FIFOStack.H.

T top  )  const [inline]
 

Return a copy of the top element.

Definition at line 90 of file FIFOStack.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org