TrashStack

Each piece of memory that is pushed onto the stack is cast to a GTrashStack*.

More...

Members

Static functions

height
uint height(GTrashStack** stackP)

Returns the height of a #GTrashStack.

peek
void* peek(GTrashStack** stackP)

Returns the element at the top of a #GTrashStack which may be %NULL.

pop
void* pop(GTrashStack** stackP)

Pops a piece of memory off a #GTrashStack.

push
void push(GTrashStack** stackP, void* dataP)

Pushes a piece of memory onto a #GTrashStack.

Detailed Description

Deprecated: #GTrashStack is deprecated without replacement

Meta