|
TRUST 1.9.8
HPC thermohydraulic platform
|
#include <TpltStack.h>
Public Member Functions | |
| Stack (const int t=10) | |
| ~Stack () | |
| int | push (const T &) |
| T & | pop () |
| T & | peek () |
| int | isEmpty () const |
| T * | getBase () |
Definition at line 19 of file TpltStack.h.
|
inline |
Definition at line 19 of file TpltStack.cpp.
Definition at line 27 of file TpltStack.cpp.
|
inline |
Definition at line 31 of file TpltStack.h.
| int Stack< T >::isEmpty | ( | ) | const |
Definition at line 66 of file TpltStack.cpp.
| T & Stack< T >::peek | ( | ) |
Definition at line 40 of file TpltStack.cpp.
| T & Stack< T >::pop | ( | ) |
Definition at line 33 of file TpltStack.cpp.
| int Stack< T >::push | ( | const T & | valeur | ) |
Definition at line 47 of file TpltStack.cpp.