Include file:
#include "mcrl2/atermpp/standard_containers/stack.h
atermpp::
stack
¶A deque class in which aterms can be stored.
emplace
(Args&&... args)¶empty
() const¶mark
(std::stack<std::reference_wrapper<detail::_aterm>> &todo) const¶pop
()¶push
(const value_type &value)¶push
(value_type &&value)¶size
() conststack
(const Alloc &alloc)¶stack
(const Container &cont, const Alloc &alloc)¶stack
(const Container &cont = Container())¶Constructor.
stack
(Container &&cont)¶Constructor.
stack
(Container &&cont, const Alloc &alloc)¶stack
(InputIt first, InputIt last)¶Constructor.
stack
(InputIt first, InputIt last, const Alloc &alloc)¶stack
(InputIterator first, InputIterator last, const allocator_type &alloc = allocator_type())¶Constructor.
top
() const¶~stack
() = default¶Standard destructor.