Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cacay/MemoryPool
/ functions
Functions
8 in github.com/cacay/MemoryPool
⨍
Functions
8
◇
Types & classes
6
↓ 8 callers
Method
pop
Remove and return the topmost element on the stack */
StackAlloc.h:80
↓ 8 callers
Method
push
Put an element on the top of the stack */
StackAlloc.h:71
↓ 3 callers
Method
empty
Returns true if the stack is empty */
StackAlloc.h:55
Method
StackAlloc
Default constructor */
StackAlloc.h:50
Method
clear
Deallocate all elements and empty the stack */
StackAlloc.h:58
Function
main
test.cpp:50
Method
top
Return the topmost element */
StackAlloc.h:90
Method
~StackAlloc
Default destructor */
StackAlloc.h:52