|
scc 2025.09
SystemC components library
|


Public Member Functions | |
| lz4d_streambuf (std::istream &source, size_t buf_size) | |
| int_type | underflow () override |
| lz4d_streambuf (const lz4d_streambuf &)=delete | |
| lz4d_streambuf (lz4d_streambuf &&)=delete | |
| lz4d_streambuf & | operator= (const lz4d_streambuf &)=delete |
| lz4d_streambuf & | operator= (lz4d_streambuf &&)=delete |
Definition at line 48 of file lz4_streambuf.h.
| util::lz4d_streambuf::lz4d_streambuf | ( | std::istream & | source, |
| size_t | buf_size ) |
Definition at line 68 of file lz4_streambuf.cpp.
| util::lz4d_streambuf::~lz4d_streambuf | ( | ) |
Definition at line 78 of file lz4_streambuf.cpp.
|
override |
Definition at line 80 of file lz4_streambuf.cpp.