|
| Stack (const Stack &)=delete |
|
| Stack (Stack &&)=delete |
|
RT_API_ATTRS | Stack (Terminator &terminator) |
|
RT_API_ATTRS void | push (const T &object) |
|
RT_API_ATTRS void | push (T &&object) |
|
template<typename... Args> |
RT_API_ATTRS void | emplace (Args &&...args) |
|
RT_API_ATTRS T & | top () |
|
RT_API_ATTRS const T & | top () const |
|
RT_API_ATTRS void | pop () |
|
RT_API_ATTRS bool | empty () const |
|
RT_API_ATTRS void * | getElement (unsigned i) |
|
RT_API_ATTRS const void * | getElement (unsigned i) const |
|
The documentation for this class was generated from the following file: