scc 2025.09
SystemC components library
util::lz4d_streambuf Class Reference
Inheritance diagram for util::lz4d_streambuf:
Collaboration diagram for util::lz4d_streambuf:

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

Detailed Description

Definition at line 48 of file lz4_streambuf.h.

Constructor & Destructor Documentation

◆ lz4d_streambuf()

util::lz4d_streambuf::lz4d_streambuf ( std::istream & source,
size_t buf_size )

Definition at line 68 of file lz4_streambuf.cpp.

◆ ~lz4d_streambuf()

util::lz4d_streambuf::~lz4d_streambuf ( )

Definition at line 78 of file lz4_streambuf.cpp.

Member Function Documentation

◆ underflow()

std::streambuf::int_type util::lz4d_streambuf::underflow ( )
override

Definition at line 80 of file lz4_streambuf.cpp.


The documentation for this class was generated from the following files: