"L. Spiro Engine"
Public Types | Public Member Functions

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

List of all members.

Public Types

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

Public Member Functions

 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)
size_t height () const
const_iterator begin () const
const_iterator end () const
 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)
size_t height () const
const_iterator begin () const
const_iterator end () const

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


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator