Stack Class Reference
#include <Stack.h>
Inheritance diagram for Stack:
Public Member Functions | |
Stack () | |
Stack (const Stack &) | |
Stack & | operator= (const Stack &) |
void | append (Chain &) |
void | insert (Chain &) |
Constructor & Destructor Documentation
Stack::Stack | ( | ) | [inline] |
Stack::Stack | ( | const Stack & | copy | ) | [inline] |
Member Function Documentation
void Stack::append | ( | Chain & | item | ) | [inline] |
Reimplemented in Queue.
References Chain::search(), and Chain::select().
void Stack::insert | ( | Chain & | item | ) | [inline] |
Reimplemented in Queue.
References Chain::select().
The documentation for this class was generated from the following files: