SIRIUS 7.5.0
Electronic structure library and applications
|
Public Types | |
using | char_type = char |
Public Member Functions | |
wide_string_input_adapter (BaseInputAdapter base) | |
std::char_traits< char >::int_type | get_character () noexcept |
Private Member Functions | |
template<size_t T> | |
void | fill_buffer () |
Private Attributes | |
BaseInputAdapter | base_adapter |
std::array< std::char_traits< char >::int_type, 4 > | utf8_bytes = {{0, 0, 0, 0}} |
a buffer for UTF-8 bytes More... | |
std::size_t | utf8_bytes_index = 0 |
index to the utf8_codes array for the next valid byte More... | |
std::size_t | utf8_bytes_filled = 0 |
number of valid bytes in the utf8_codes array More... | |
Definition at line 6372 of file nlohmann_json.hpp.
using detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >::char_type = char |
Definition at line 6375 of file nlohmann_json.hpp.
|
inline |
Definition at line 6377 of file nlohmann_json.hpp.
|
inlinenoexcept |
Definition at line 6380 of file nlohmann_json.hpp.
|
inlineprivate |
Definition at line 6401 of file nlohmann_json.hpp.
|
private |
Definition at line 6398 of file nlohmann_json.hpp.
|
private |
a buffer for UTF-8 bytes
Definition at line 6407 of file nlohmann_json.hpp.
|
private |
index to the utf8_codes array for the next valid byte
Definition at line 6410 of file nlohmann_json.hpp.
|
private |
number of valid bytes in the utf8_codes array
Definition at line 6412 of file nlohmann_json.hpp.