#include <sr_report.h>
|
| sr_report () |
|
| sr_report (const sr_report ©) |
|
| sr_report (const sc_core::sc_report ©) |
|
| sr_report (sc_core::sc_severity severity, const sc_core::sc_msg_def *msg_def, const char *msg, const char *file, int line, int verbosity_level, const sc_core::sc_actions &actions) |
|
| ~sr_report () throw () |
|
sr_report & | operator= (const sr_report &other) |
|
void | swap (sr_report &that) |
|
void | set_msg (const char *msg) |
|
sr_report & | operator() (const std::string &name, int8_t value) |
|
sr_report & | operator() (const std::string &name, int16_t value) |
|
sr_report & | operator() (const std::string &name, int32_t value) |
|
sr_report & | operator() (const std::string &name, uint8_t value) |
|
sr_report & | operator() (const std::string &name, uint16_t value) |
|
sr_report & | operator() (const std::string &name, uint32_t value) |
|
sr_report & | operator() (const std::string &name, int64_t value) |
|
sr_report & | operator() (const std::string &name, sc_dt::int64 value) |
|
sr_report & | operator() (const std::string &name, uint64_t value) |
|
sr_report & | operator() (const std::string &name, sc_dt::uint64 value) |
|
sr_report & | operator() (const std::string &name, std::string value) |
|
sr_report & | operator() (const std::string &name, const char value[]) |
|
sr_report & | operator() (const std::string &name, char value[]) |
|
sr_report & | operator() (const std::string &name, bool value) |
|
sr_report & | operator() (const std::string &name, double value) |
|
sr_report & | operator() (const std::string &name, sc_core::sc_time value) |
|
void | operator() (const std::string &name="") |
|
sr_report::sr_report |
( |
const sc_core::sc_report & |
copy | ) |
|
|
inlineexplicit |
sr_report::sr_report |
( |
sc_core::sc_severity |
severity, |
|
|
const sc_core::sc_msg_def * |
msg_def, |
|
|
const char * |
msg, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
int |
verbosity_level, |
|
|
const sc_core::sc_actions & |
actions |
|
) |
| |
|
inline |
sr_report::~sr_report |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
sr_report& sr_report::operator() |
( |
const std::string & |
name, |
|
|
int8_t |
value |
|
) |
| |
|
inline |
sr_report& sr_report::operator() |
( |
const std::string & |
name, |
|
|
int32_t |
value |
|
) |
| |
|
inline |
sr_report& sr_report::operator() |
( |
const std::string & |
name, |
|
|
sc_dt::int64 |
value |
|
) |
| |
|
inline |
sr_report& sr_report::operator() |
( |
const std::string & |
name, |
|
|
std::string |
value |
|
) |
| |
|
inline |
sr_report& sr_report::operator() |
( |
const std::string & |
name, |
|
|
sc_core::sc_time |
value |
|
) |
| |
|
inline |
sc_core::sc_actions sr_report::actions |
std::vector<v::pair> sr_report::pairs |
The documentation for this class was generated from the following file: