IParkingStack.push_

Pushes an object on the stack.

class IParkingStack
protected abstract
void
push_
(
void* object
,
size_t n
)

Parameters

object void*

object to push

n size_t

number of parked objects before object is pushed (guaranteed to be less than max_length)

Meta