38 #ifndef YY_YY_STACK_HH_INCLUDED
39 # define YY_YY_STACK_HH_INCLUDED
44 #line 4 "evalexpr_parser.yy"
48 template <
class T,
class S = std::deque<T> >
87 pop (
unsigned int n = 1)
108 template <
class T,
class S = stack<T> >
130 #line 4 "evalexpr_parser.yy"
S::const_reverse_iterator const_iterator
const T & operator[](unsigned int i) const
S::reverse_iterator iterator
slice(const S &stack, unsigned int range)
unsigned int height() const
T & operator[](unsigned int i)
Present a slice of the top of a stack.
const_iterator begin() const
const_iterator end() const
void pop(unsigned int n=1)