MCPcopy Create free account
hub / github.com/acl-dev/acl / aio_fstream

Method aio_fstream

lib_acl_cpp/src/stream/aio_fstream.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace acl {
9
10aio_fstream::aio_fstream(aio_handle* handle)
11: aio_stream(handle), aio_istream(handle), aio_ostream(handle)
12{
13 acl_assert(handle);
14}
15
16aio_fstream::aio_fstream(aio_handle* handle, ACL_FILE_HANDLE fd,
17 unsigned int oflags /* = 600 */)

Callers

nothing calls this directly

Calls 6

acl_vstream_fhopenFunction · 0.85
acl_aio_openFunction · 0.85
enable_errorMethod · 0.80
enable_readMethod · 0.80
enable_writeMethod · 0.80
get_handleMethod · 0.45

Tested by

no test coverage detected