38 #ifndef YY_YY_USERS_AKIM_SRC_LRDE_2_LIB_VCSN_DOT_STACK_HH_INCLUDED
39 # define YY_YY_USERS_AKIM_SRC_LRDE_2_LIB_VCSN_DOT_STACK_HH_INCLUDED
43 #line 11 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // stack.hh:132
44 namespace vcsn {
namespace detail {
namespace dot {
45 #line 46 "/Users/akim/src/lrde/2/lib/vcsn/dot/stack.hh" // stack.hh:132
46 template <
class T,
class S = std::vector<T> >
91 pop (
unsigned int n = 1)
104 typename S::size_type
114 return seq_.rbegin ();
132 template <
class T,
class S = stack<T> >
153 #line 11 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // stack.hh:132
155 #line 156 "/Users/akim/src/lrde/2/lib/vcsn/dot/stack.hh" // stack.hh:132
157 #endif // !YY_YY_USERS_AKIM_SRC_LRDE_2_LIB_VCSN_DOT_STACK_HH_INCLUDED
T & operator[](unsigned int i)
slice(const S &stack, unsigned int range)
const T & operator[](unsigned int i) const
const_iterator begin() const
S::const_reverse_iterator const_iterator
stack & operator=(const stack &)
void push(T &t)
Steal the contents of t.
S seq_
The wrapped container.
std::ostream & dot(const Aut &aut, std::ostream &out=std::cout, format fmt={}, bool mathjax=false)
Print an automaton in Graphviz's Dot format.
const_iterator end() const
S::reverse_iterator iterator
S::size_type size() const
Present a slice of the top of a stack.
void pop(unsigned int n=1)