Givaro 4.2.1
Stack< THING > Class Template Reference

Stack. More...

#include <givstack.h>

Public Member Functions

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

Detailed Description

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

Stack.

Constructor & Destructor Documentation

◆ Stack()

template<class THING>
Stack ( )
inline

◆ ~Stack()

template<class THING>
~Stack ( )
inline

Member Function Documentation

◆ push()

template<class THING>
void push ( const THING & T)
inline

◆ pop()

template<class THING>
void pop ( )
inline

◆ isEmpty()

template<class THING>
int isEmpty ( ) const
inline

◆ top()

template<class THING>
THING top ( ) const
inline

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