Eaagles::Basic::LcStack Class Reference

List of all members.

Public Member Functions

 LcStack ()
int operator== (const LcStack &list) const
int operator!= (const LcStack &list) const
void push (LcObject *object)
LcObjectpop ()

Detailed Description

Stacks of objects.


Constructor & Destructor Documentation

Eaagles::Basic::LcStack::LcStack (  )  [inline]


Member Function Documentation

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).


Generated on Tue Dec 19 16:26:24 2006 for Eaagles by  doxygen 1.5.0