Public Member Functions | Private Attributes

UT_Stack Class Reference

#include <ut_stack.h>

List of all members.

Public Member Functions

bool push (void *pVoid)
bool pop (void **ppVoid)
bool viewTop (void **ppVoid) const
UT_sint32 getDepth (void) const
void clear ()

Private Attributes

UT_Vector m_vecStack

Member Function Documentation

void UT_Stack::clear ( void   )  [inline]
UT_sint32 UT_Stack::getDepth ( void   )  const
bool UT_Stack::pop ( void **  ppVoid  ) 
bool UT_Stack::push ( void *  pVoid  ) 
bool UT_Stack::viewTop ( void **  ppVoid  )  const

Member Data Documentation

Referenced by getDepth(), pop(), push(), and viewTop().


The documentation for this class was generated from the following files: