Givaro
Public Member Functions
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()

Stack
inline

◆ ~Stack()

~Stack
inline

Member Function Documentation

◆ push()

void push ( const THING &  T)
inline

◆ pop()

void pop
inline

◆ isEmpty()

int isEmpty ( ) const
inline

◆ top()

THING top
inline

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