#include <OE/Misc/BaseStack.hpp>
template<class T>
BaseStack class
Contents
Constructors, destructors, conversion operators
Public functions
- void pushStack(const T& obj, const bool override = false)
- void popStack()
- void clearStack()
- auto countStack() -> unsigned int
- auto get() -> T&
Protected functions
- auto nextStack(const T& old, const T& added) -> T pure virtual