at_end() const noexcept | caf::parser_state< Iterator, Sentinel > | |
code | caf::parser_state< Iterator, Sentinel > | |
column | caf::parser_state< Iterator, Sentinel > | |
consume(char x) noexcept | caf::parser_state< Iterator, Sentinel > | |
consume_if(Predicate predicate) noexcept | caf::parser_state< Iterator, Sentinel > | |
consume_strict(char x) noexcept | caf::parser_state< Iterator, Sentinel > | |
consume_strict_if(Predicate predicate) noexcept | caf::parser_state< Iterator, Sentinel > | |
current() const noexcept | caf::parser_state< Iterator, Sentinel > | |
e | caf::parser_state< Iterator, Sentinel > | |
error() | caf::parser_state< Iterator, Sentinel > | |
i | caf::parser_state< Iterator, Sentinel > | |
iterator_type typedef (defined in caf::parser_state< Iterator, Sentinel >) | caf::parser_state< Iterator, Sentinel > | |
line | caf::parser_state< Iterator, Sentinel > | |
next() noexcept | caf::parser_state< Iterator, Sentinel > | |
operator=(const parser_state &) noexcept=default (defined in caf::parser_state< Iterator, Sentinel >) | caf::parser_state< Iterator, Sentinel > | |
parser_state() noexcept (defined in caf::parser_state< Iterator, Sentinel >) | caf::parser_state< Iterator, Sentinel > | |
parser_state(Iterator first) noexcept (defined in caf::parser_state< Iterator, Sentinel >) | caf::parser_state< Iterator, Sentinel > | explicit |
parser_state(Iterator first, Sentinel last) noexcept (defined in caf::parser_state< Iterator, Sentinel >) | caf::parser_state< Iterator, Sentinel > | |
parser_state(const parser_state &) noexcept=default (defined in caf::parser_state< Iterator, Sentinel >) | caf::parser_state< Iterator, Sentinel > | |
skip_whitespaces() noexcept | caf::parser_state< Iterator, Sentinel > | |