parse_token

Defined in header: <orcus/sax_token_parser_thread.hpp>

struct parse_token

Public Types

using value_type = std::variant<std::string_view, parse_error_value_t, const xml_token_element_t*>

Public Functions

parse_token()
parse_token(std::string_view _characters)
parse_token(parse_token_t _type, const xml_token_element_t *_element)
parse_token(std::string_view msg, std::ptrdiff_t offset)
parse_token(const parse_token &other)
parse_token &operator=(parse_token) = delete
bool operator==(const parse_token &other) const
bool operator!=(const parse_token &other) const

Public Members

parse_token_t type
value_type value