#include <context_counter.hpp>
|
template<int InitialValue = 0> |
constexpr auto | create () const |
|
constexpr auto | dec () const |
|
constexpr auto | inc () const |
|
template<int Value> |
constexpr auto | is () const |
|
constexpr auto | is_zero () const |
|
template<typename Rule > |
constexpr auto | pop (Rule) const |
|
template<typename Rule > |
constexpr auto | push (Rule) const |
|
constexpr auto | value () const |
|
template<typename Id>
struct lexyd::_ctx_counter_dsl< Id >
Definition at line 210 of file context_counter.hpp.
◆ create()
template<typename Id >
template<int InitialValue = 0>
◆ dec()
◆ inc()
◆ is()
template<typename Id >
template<int Value>
◆ is_zero()
◆ pop()
template<typename Id >
template<typename Rule >
◆ push()
template<typename Id >
template<typename Rule >
◆ value()
The documentation for this struct was generated from the following file: