| btllib
    | 
 
  
| Public Types | |
| enum | Operation { READ, WRITE, APPEND, CLOSE } | 
| Public Member Functions | |
| DataStream (const std::string &path, Operation op) | |
| void | close () | 
| FILE * | operator* () const | 
| FILE * | operator-> () const | 
| operator FILE * () const | |
| Protected Attributes | |
| std::string | streampath | 
| Operation | op | 
| std::string | pipepath | 
| FILE * | file = nullptr | 
| bool | closed = false | 
 1.8.18
 1.8.18