MCPcopy Create free account
hub / github.com/boostorg/json / read

Method read

example/file.hpp:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 std::size_t
121 read( char* data, std::size_t size, boost::system::error_code& ec)
122 {
123 auto const nread = std::fread( data, 1, size, f_ );
124 if( std::ferror(f_) )
125 ec.assign( errno, boost::system::generic_category() );
126 return nread;
127 }
128
129 std::size_t
130 read( char* data, std::size_t size )

Callers 12

read_fileFunction · 0.45
parse_fileFunction · 0.45
set2Function · 0.45
do_filesFunction · 0.45
printMethod · 0.45
grind_oneMethod · 0.45
grindMethod · 0.45
testMembersMethod · 0.45
runMethod · 0.45
serialize_stringMethod · 0.45
serializeMethod · 0.45
operator()Method · 0.45

Calls 1

system_errorClass · 0.85

Tested by

no test coverage detected