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

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

Detailed Description

Definition at line 21 of file lz4_streambuf.h.

Constructor & Destructor Documentation

◆ lz4c_steambuf()

util::lz4c_steambuf::lz4c_steambuf ( std::ostream & sink,
size_t buf_size )

Definition at line 11 of file lz4_streambuf.cpp.

◆ ~lz4c_steambuf()

util::lz4c_steambuf::~lz4c_steambuf ( )

Definition at line 25 of file lz4_streambuf.cpp.

Member Function Documentation

◆ close()

void util::lz4c_steambuf::close ( )

Definition at line 27 of file lz4_streambuf.cpp.


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