input adapter for buffer input
More...
#include <json.hpp>
input adapter for buffer input
Definition at line 1697 of file json.hpp.
nlohmann::detail::input_buffer_adapter::input_buffer_adapter |
( |
const char * |
b, |
|
|
const std::size_t |
l |
|
) |
| |
|
inline |
std::char_traits<char>::int_type nlohmann::detail::input_buffer_adapter::get_character |
( |
| ) |
|
|
inlineoverridevirtualnoexcept |
void nlohmann::detail::input_buffer_adapter::unget_character |
( |
| ) |
|
|
inlineoverridevirtualnoexcept |
const char* nlohmann::detail::input_buffer_adapter::cursor |
|
private |
pointer to the current character
Definition at line 1734 of file json.hpp.
const char* nlohmann::detail::input_buffer_adapter::limit |
|
private |
pointer past the last character
Definition at line 1736 of file json.hpp.
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: