FDO API Reference Feature Data Objects

template<class OBJ, class EXC>
virtual OBJ* FdoStack< OBJ, EXC >::Peek void   )  const [inline, virtual]
 

Gets the top item on the stack without popping it.

Returns:
Returns the top item. Returns NULL if the stack is empty

Definition at line 53 of file Stack.h.

Referenced by FdoStack< StackElement, FdoXmlException >::Pop().


Comments or suggestions? Send us feedback.