Public Member Functions | |
| LcStack () | |
| int | operator== (const LcStack &list) const |
| int | operator!= (const LcStack &list) const |
| void | push (LcObject *object) |
| LcObject * | pop () |
Stacks of objects.
| Eaagles::Basic::LcStack::LcStack | ( | ) | [inline] |
| int Eaagles::Basic::LcStack::operator== | ( | const LcStack & | list | ) | const [inline] |
| int Eaagles::Basic::LcStack::operator!= | ( | const LcStack & | list | ) | const [inline] |
| void Eaagles::Basic::LcStack::push | ( | LcObject * | object | ) | [inline] |
Pushes the 'object' to the top of the stack.
| LcObject * Eaagles::Basic::LcStack::pop | ( | ) | [inline] |
Pops the object off the top of the stack. Empty stackswill return null(0).
1.5.0