Simox
2.3.74.0
|
struct to capture the start position of the current token More...
Public Member Functions | |
constexpr | operator size_t () const |
conversion to size_t to preserve SAX interface More... | |
Data Fields | |
std::size_t | chars_read_total = 0 |
the total number of characters read More... | |
std::size_t | chars_read_current_line = 0 |
the number of characters read in the current line More... | |
std::size_t | lines_read = 0 |
the number of lines read More... | |
struct to capture the start position of the current token
|
inline |
conversion to size_t to preserve SAX interface
std::size_t nlohmann::detail::position_t::chars_read_current_line = 0 |
the number of characters read in the current line
std::size_t nlohmann::detail::position_t::chars_read_total = 0 |
the total number of characters read
std::size_t nlohmann::detail::position_t::lines_read = 0 |
the number of lines read