|
MFEM
v4.1.0
Finite element discretization library
|
#include <mem_alloc.hpp>
Public Member Functions | |
| Stack () | |
| int | Size () const |
| void | Push (Elem E) |
| Elem | Pop () |
| void | Clear () |
| void | Swap (Stack< Elem, Num > &other) |
| size_t | MemoryUsage () const |
| ~Stack () | |
Definition at line 30 of file mem_alloc.hpp.
|
inline |
Definition at line 36 of file mem_alloc.hpp.
|
inline |
Definition at line 43 of file mem_alloc.hpp.
| void mfem::Stack< Elem, Num >::Clear | ( | ) |
Definition at line 84 of file mem_alloc.hpp.
| size_t mfem::Stack< Elem, Num >::MemoryUsage | ( | ) | const |
Definition at line 111 of file mem_alloc.hpp.
| Elem mfem::Stack< Elem, Num >::Pop | ( | ) |
Definition at line 69 of file mem_alloc.hpp.
| void mfem::Stack< Elem, Num >::Push | ( | Elem | E | ) |
Definition at line 47 of file mem_alloc.hpp.
|
inline |
Definition at line 37 of file mem_alloc.hpp.
| void mfem::Stack< Elem, Num >::Swap | ( | Stack< Elem, Num > & | other | ) |
Definition at line 102 of file mem_alloc.hpp.
1.8.5