MCPcopy Create free account
hub / github.com/cinder/Cinder / IORead

Function IORead

include/cinder/Url.h:138–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 IStreamUrl( const std::string &url, const std::string &user, const std::string &password, const UrlOptions &options );
137
138 virtual void IORead( void *t, size_t size ) { mImpl->IORead( t, size ); }
139 //! IStreamURL does not yet support writing
140 virtual void IOWrite( const void * /*t*/, size_t /*size*/ ) { throw Exception(); }
141

Callers 5

readBigMethod · 0.85
readLittleMethod · 0.85
readFixedStringMethod · 0.85
readDataMethod · 0.85
readFunction · 0.85

Calls 1

IOReadMethod · 0.45

Tested by

no test coverage detected