plugify 1.2.8
|
Public Member Functions | |
constexpr | token_stream (vector< token > tokens) noexcept |
constexpr void | push (const token &token) noexcept |
constexpr token | advance () noexcept |
constexpr token | peek (std::size_t k=0) const noexcept |
constexpr token | previous () const noexcept |
constexpr bool | advance_if_match (token &token, token_type type) noexcept |
constexpr bool | advance_if_match (token_type type) noexcept |
constexpr bool | consume (token_type type) noexcept |
constexpr bool | check (token_type type) const noexcept |
Definition at line 273 of file version.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 276 of file version.hpp.
Definition at line 282 of file version.hpp.
|
inlineconstexprnoexcept |
Definition at line 296 of file version.hpp.
|
inlineconstexprnoexcept |
Definition at line 305 of file version.hpp.
Definition at line 314 of file version.hpp.
Definition at line 310 of file version.hpp.
Definition at line 288 of file version.hpp.
Definition at line 292 of file version.hpp.
Definition at line 278 of file version.hpp.