|
scc 2025.09
SystemC components library
|


Public Member Functions | |
| lz4c_steambuf (std::ostream &sink, size_t buf_size) | |
| void | close () |
| lz4c_steambuf (const lz4c_steambuf &)=delete | |
| lz4c_steambuf (lz4c_steambuf &&)=delete | |
| lz4c_steambuf & | operator= (const lz4c_steambuf &)=delete |
| lz4c_steambuf & | operator= (lz4c_steambuf &&)=delete |
Definition at line 21 of file lz4_streambuf.h.
| util::lz4c_steambuf::lz4c_steambuf | ( | std::ostream & | sink, |
| size_t | buf_size ) |
Definition at line 11 of file lz4_streambuf.cpp.
| util::lz4c_steambuf::~lz4c_steambuf | ( | ) |
Definition at line 25 of file lz4_streambuf.cpp.
| void util::lz4c_steambuf::close | ( | ) |
Definition at line 27 of file lz4_streambuf.cpp.