btllib
|
Public Member Functions | |
DataSink (const std::string &path, bool append=false) | |
![]() | |
DataStream (const std::string &path, Operation op) | |
void | close () |
FILE * | operator* () const |
FILE * | operator-> () const |
operator FILE * () const | |
Additional Inherited Members | |
![]() | |
enum | Operation { READ, WRITE, APPEND, CLOSE } |
![]() | |
std::string | streampath |
Operation | op |
std::string | pipepath |
FILE * | file = nullptr |
bool | closed = false |