scc  2022.4.0
SystemC components library
scc::trace::gz_writer Class Reference

Public Types

using lock_type = std::unique_lock< std::mutex >
 

Public Member Functions

 gz_writer (std::string const &filename)
 
void write_single (std::string const &msg)
 
void write (std::string const &msg)
 
void write (char const *msg, size_t size)
 

Public Attributes

std::mutex writer_mtx
 

Static Public Attributes

static const size_t buffer_size =512
 

Detailed Description

Definition at line 24 of file gz_writer.hh.


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