MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / IoBuffer

Method IoBuffer

libcppcryptfs/file/iobufferpool.h:50–50  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

48
49 // disallow copying
50 IoBuffer(IoBuffer const&) = delete;
51 void operator=(IoBuffer const&) = delete;
52
53 IoBuffer(bool fromPool, size_t bufferSize, size_t ivbuffer_size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected