PeriDyno 1.2.1
Loading...
Searching...
No Matches
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
 
 ~file_input_adapter ()=default
 
std::char_traits< char >::int_type get_character () noexcept
 

Private Attributes

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

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 6189 of file json.hpp.

Member Typedef Documentation

◆ char_type

Definition at line 6192 of file json.hpp.

Constructor & Destructor Documentation

◆ file_input_adapter() [1/3]

detail::file_input_adapter::file_input_adapter ( std::FILE * f)
inlineexplicitnoexcept

Definition at line 6195 of file json.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ file_input_adapter() [2/3]

detail::file_input_adapter::file_input_adapter ( const file_input_adapter & )
delete
Here is the call graph for this function:

◆ file_input_adapter() [3/3]

detail::file_input_adapter::file_input_adapter ( file_input_adapter && )
defaultnoexcept
Here is the call graph for this function:

◆ ~file_input_adapter()

detail::file_input_adapter::~file_input_adapter ( )
default
Here is the call graph for this function:

Member Function Documentation

◆ get_character()

std::char_traits< char >::int_type detail::file_input_adapter::get_character ( )
inlinenoexcept

Definition at line 6208 of file json.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=() [1/2]

file_input_adapter & detail::file_input_adapter::operator= ( const file_input_adapter & )
delete
Here is the call graph for this function:

◆ operator=() [2/2]

file_input_adapter & detail::file_input_adapter::operator= ( file_input_adapter && )
delete
Here is the call graph for this function:

Member Data Documentation

◆ m_file

std::FILE* detail::file_input_adapter::m_file
private

the file pointer to read from

Definition at line 6215 of file json.hpp.


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