![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cQueue.h>
Public Member Functions | |
cStackStatic () noexcept | |
bool | isEmpty () const noexcept |
bool | isFull () const noexcept |
TYPE | Pop () |
void | Push (TYPE v) |
Create a generic thread/multi process safe (static sized) stack.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |