|
CFx SDK Documentation
2022 SP0
|
#include <OdStack.h>
Public Member Functions | |
| OdStack () | |
| void | push (const T &inVal) |
| T * | push () |
| void | pop (T &outVal) |
| const T * | top () const |
| T * | top () |
| void | pop () |
| ~OdStack () | |
| T * | beforeTop () const |
| bool | empty () const |
| size_t | size () const |
Public Attributes | |
| TItem * | m_pTop |
|
inline |
|
inline |
|
inline |