TerraForge3D  2.3.1
3D Terrain And Landscape Generator
nlohmann::detail::file_input_adapter Class Reference

#include <json.hpp>

Public Types

using char_type = char
 

Public Member Functions

 file_input_adapter (std::FILE *f) noexcept
 
 file_input_adapter (const file_input_adapter &)=delete
 
 file_input_adapter (file_input_adapter &&) noexcept=default
 
file_input_adapteroperator= (const file_input_adapter &)=delete
 
file_input_adapteroperator= (file_input_adapter &&)=delete
 
std::char_traits< char >::int_type get_character () noexcept
 

Private Attributes

std::FILE * m_file
 the file pointer to read from More...
 

Detailed Description

Input adapter for stdio file access. This adapter read only 1 byte and do not use any buffer. This adapter is a very low level adapter.

Definition at line 5393 of file json.hpp.


The documentation for this class was generated from the following file: