SourceForge Logo
P.I.G.A.L.E.
1.3.9
Public Implementation of a Graph Algorithm
Library and Editor

H. de Fraysseix      P. Ossona de Mendez

stack Class Template Reference

Inheritance diagram for stack:

Inheritance graph
[legend]

List of all members.

template<class T>
class stack< T >

Public Member Functions

Private Attributes


Constructor & Destructor Documentation

stack (  )  [inline]

~stack (  )  [inline]


Member Function Documentation

stack<T>& operator= ( const stack< T > &  s  )  [inline]

int length (  )  const [inline]

int empty (  )  const [inline]

T pop (  )  [inline]

void push ( const T &  obj  )  [inline]

T peep (  )  const [inline]

void clear (  )  [inline]

const char* const class_name (  )  const [inline]


Member Data Documentation

tarray<T> table [private]

int head [private]


Generated on Thu Jan 31 16:52:06 2008 for Pigale by  doxygen 1.5.4