#include <base.hpp>

Public Member Functions | |
| constexpr | parse_context_var (T &&value) |
Public Member Functions inherited from lexy::_detail::parse_context_var_base | |
| template<typename Context > | |
| constexpr void | link (Context &context) |
| constexpr | parse_context_var_base (const void *id) |
| template<typename Context > | |
| constexpr void | unlink (Context &context) |
Static Public Member Functions | |
| template<typename ControlBlock > | |
| static constexpr T & | get (const ControlBlock *cb) |
Public Attributes | |
| T | value |
Public Attributes inherited from lexy::_detail::parse_context_var_base | |
| const void * | id |
| parse_context_var_base * | next |
Static Public Attributes | |
| static constexpr auto | type_id = lexy::_detail::type_id<Id>() |
Definition at line 43 of file action/base.hpp.
|
inlineexplicitconstexpr |
Definition at line 49 of file action/base.hpp.
|
inlinestaticconstexpr |
Definition at line 54 of file action/base.hpp.
|
staticconstexpr |
Definition at line 45 of file action/base.hpp.
| T lexy::_detail::parse_context_var< Id, T >::value |
Definition at line 47 of file action/base.hpp.