GPL_Stack

GPL_Stack

gpl

1998 12-05


CLASS

GPL_Stack - C++ generic stack


SYNOPSIS

GPL_Stack provides a statically-sized, generic stack of objects. The value class, T, must have a default constructor, an assignment operator, and the equality operator.


CONSTRUCTORS


DESTRUCTOR


OPERATORS


MEMBER FUNCTIONS


SEE ALSO

GPL_Reference(3), GPL_Array(3), GPL_StackIterator(3)