example::stack< T, S > Class Template Reference

#include <stack.hh>

List of all members.

Public Types

typedef S::reverse_iterator iterator
typedef S::const_reverse_iterator const_iterator

Public Member Functions

 stack ()
 stack (unsigned int n)
T & operator[] (unsigned int i)
const T & operator[] (unsigned int i) const
void push (const T &t)
void pop (unsigned int n=1)
unsigned int height () const
const_iterator begin () const
const_iterator end () const

Private Attributes

seq_


Detailed Description

template<class T, class S = std::deque<T>>
class example::stack< T, S >

Definition at line 43 of file stack.hh.


Member Typedef Documentation

template<class T, class S = std::deque<T>>
typedef S::reverse_iterator example::stack< T, S >::iterator

Definition at line 48 of file stack.hh.

template<class T, class S = std::deque<T>>
typedef S::const_reverse_iterator example::stack< T, S >::const_iterator

Definition at line 49 of file stack.hh.


Constructor & Destructor Documentation

template<class T, class S = std::deque<T>>
example::stack< T, S >::stack (  )  [inline]

Definition at line 51 of file stack.hh.

template<class T, class S = std::deque<T>>
example::stack< T, S >::stack ( unsigned int  n  )  [inline]

Definition at line 55 of file stack.hh.


Member Function Documentation

template<class T, class S = std::deque<T>>
T& example::stack< T, S >::operator[] ( unsigned int  i  )  [inline]

Definition at line 61 of file stack.hh.

template<class T, class S = std::deque<T>>
const T& example::stack< T, S >::operator[] ( unsigned int  i  )  const [inline]

Definition at line 68 of file stack.hh.

template<class T, class S = std::deque<T>>
void example::stack< T, S >::push ( const T &  t  )  [inline]

Definition at line 75 of file stack.hh.

Referenced by example::Parser::parse().

template<class T, class S = std::deque<T>>
void example::stack< T, S >::pop ( unsigned int  n = 1  )  [inline]

Definition at line 82 of file stack.hh.

Referenced by example::Parser::yypop_().

template<class T, class S = std::deque<T>>
unsigned int example::stack< T, S >::height (  )  const [inline]

Definition at line 90 of file stack.hh.

template<class T, class S = std::deque<T>>
const_iterator example::stack< T, S >::begin (  )  const [inline]

Definition at line 95 of file stack.hh.

template<class T, class S = std::deque<T>>
const_iterator example::stack< T, S >::end (  )  const [inline]

Definition at line 96 of file stack.hh.


Member Data Documentation

template<class T, class S = std::deque<T>>
S example::stack< T, S >::seq_ [private]


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

Generated on Sun Aug 3 12:34:09 2008 for Flex Bison C++ Example by  doxygen 1.5.5