|
MFEM
v3.0
|
#include <mem_alloc.hpp>
Public Member Functions | |
| Stack () | |
| int | Size () |
| void | Push (Elem E) |
| Elem | Pop () |
| void | Clear () |
| ~Stack () | |
Definition at line 29 of file mem_alloc.hpp.
|
inline |
Definition at line 35 of file mem_alloc.hpp.
|
inline |
Definition at line 40 of file mem_alloc.hpp.
| void mfem::Stack< Elem, Num >::Clear | ( | ) |
Definition at line 77 of file mem_alloc.hpp.
| Elem mfem::Stack< Elem, Num >::Pop | ( | ) |
Definition at line 62 of file mem_alloc.hpp.
| void mfem::Stack< Elem, Num >::Push | ( | Elem | E | ) |
Definition at line 44 of file mem_alloc.hpp.
|
inline |
Definition at line 36 of file mem_alloc.hpp.
1.8.5