input adapter for buffer input
More...
#include <json.hpp>
input adapter for buffer input
Definition at line 1697 of file json.hpp.
◆ input_buffer_adapter() [1/2]
nlohmann::detail::input_buffer_adapter::input_buffer_adapter |
( |
const char * |
b, |
|
|
const std::size_t |
l |
|
) |
| |
|
inline |
◆ input_buffer_adapter() [2/2]
◆ get_character()
std::char_traits<char>::int_type nlohmann::detail::input_buffer_adapter::get_character |
( |
| ) |
|
|
inlineoverridevirtualnoexcept |
◆ operator=()
◆ unget_character()
void nlohmann::detail::input_buffer_adapter::unget_character |
( |
| ) |
|
|
inlineoverridevirtualnoexcept |
◆ cursor
const char* nlohmann::detail::input_buffer_adapter::cursor |
|
private |
pointer to the current character
Definition at line 1734 of file json.hpp.
◆ limit
const char* nlohmann::detail::input_buffer_adapter::limit |
|
private |
pointer past the last character
Definition at line 1736 of file json.hpp.
◆ start
const char* nlohmann::detail::input_buffer_adapter::start |
|
private |
pointer to the first character
Definition at line 1738 of file json.hpp.
The documentation for this class was generated from the following file: