SIRIUS 7.5.0
Electronic structure library and applications
|
struct to capture the start position of the current token More...
#include <nlohmann_json.hpp>
Public Member Functions | |
constexpr | operator size_t () const |
conversion to size_t to preserve SAX interface More... | |
Public Attributes | |
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
Definition at line 3022 of file nlohmann_json.hpp.
|
inlineconstexpr |
conversion to size_t to preserve SAX interface
Definition at line 3032 of file nlohmann_json.hpp.
std::size_t detail::position_t::chars_read_total = 0 |
the total number of characters read
Definition at line 3025 of file nlohmann_json.hpp.
std::size_t detail::position_t::chars_read_current_line = 0 |
the number of characters read in the current line
Definition at line 3027 of file nlohmann_json.hpp.
std::size_t detail::position_t::lines_read = 0 |
the number of lines read
Definition at line 3029 of file nlohmann_json.hpp.