Eclipse SUMO - Simulation of Urban MObility
|
struct to capture the start position of the current token More...
#include <json.hpp>
Public Member Functions | |
constexpr | operator size_t () const |
conversion to size_t to preserve SAX interface | |
Data Fields | |
std::size_t | chars_read_current_line = 0 |
the number of characters read in the current line | |
std::size_t | chars_read_total = 0 |
the total number of characters read | |
std::size_t | lines_read = 0 |
the number of lines read | |
|
inlineconstexpr |
conversion to size_t to preserve SAX interface
Definition at line 2786 of file json.hpp.
References chars_read_total.
std::size_t nlohmann::detail::position_t::chars_read_current_line = 0 |
the number of characters read in the current line
Definition at line 2781 of file json.hpp.
Referenced by nlohmann::detail::lexer< BasicJsonType, InputAdapterType >::get(), nlohmann::detail::parse_error::position_string(), and nlohmann::detail::lexer< BasicJsonType, InputAdapterType >::unget().
std::size_t nlohmann::detail::position_t::chars_read_total = 0 |
the total number of characters read
Definition at line 2779 of file json.hpp.
Referenced by nlohmann::detail::parse_error::create(), nlohmann::detail::lexer< BasicJsonType, InputAdapterType >::get(), operator size_t(), nlohmann::detail::lexer< BasicJsonType, InputAdapterType >::scan(), and nlohmann::detail::lexer< BasicJsonType, InputAdapterType >::unget().
std::size_t nlohmann::detail::position_t::lines_read = 0 |
the number of lines read
Definition at line 2783 of file json.hpp.
Referenced by nlohmann::detail::lexer< BasicJsonType, InputAdapterType >::get(), nlohmann::detail::parse_error::position_string(), and nlohmann::detail::lexer< BasicJsonType, InputAdapterType >::unget().