![]() |
Polygon Crucher SDK - Documentation
Documentation
|
Public Member Functions | |
| const CStack & | operator= (const CStack &Rhs) |
| void | Push (const Etype &X) |
| void | Pop () |
| void | Pop (Etype &X) |
| Etype & | Top () const |
| Etype & | GetAt (int i) const |
| bool | Find (const Etype &X) const |
| int | IsEmpty () const |
| int | IsFull () const |
| void | MakeEmpty () |
| int | Size () const |
| void | InitSize (int initSize) |