Givaro
Public Member Functions
Stack< THING > Class Template Reference

#include <givstack.h>

Public Member Functions

 Stack ()
 ~Stack ()
void push (const THING &)
void pop ()
int isEmpty () const
THING top () const

template<class THING>
class Givaro::Stack< THING >


Constructor & Destructor Documentation

Stack ( ) [inline]
~Stack ( ) [inline]

Member Function Documentation

void push ( const THING &  T) [inline]
void pop ( ) [inline]
int isEmpty ( ) const [inline]
THING top ( ) const [inline]

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