#include <sysc/datatypes/fx/sc_fxcast_switch.h>

Public Member Functions | |
| sc_fxcast_switch () | |
| sc_fxcast_switch (sc_switch) | |
| sc_fxcast_switch (const sc_fxcast_switch &) | |
| sc_fxcast_switch (sc_without_context) | |
| sc_fxcast_switch & | operator= (const sc_fxcast_switch &) |
| const std::string | to_string () const |
| void | print (::std::ostream &=::std::cout) const |
| void | dump (::std::ostream &=::std::cout) const |
Friends | |
| bool | operator== (const sc_fxcast_switch &, const sc_fxcast_switch &) |
| bool | operator!= (const sc_fxcast_switch &, const sc_fxcast_switch &) |
Definition at line 65 of file sc_fxcast_switch.h.
| sc_dt::sc_fxcast_switch::sc_fxcast_switch | ( | ) | [inline] |
Definition at line 106 of file sc_fxcast_switch.h.
| sc_dt::sc_fxcast_switch::sc_fxcast_switch | ( | sc_switch | sw_ | ) | [inline] |
Definition at line 112 of file sc_fxcast_switch.h.
| sc_dt::sc_fxcast_switch::sc_fxcast_switch | ( | const sc_fxcast_switch & | a | ) | [inline] |
Definition at line 117 of file sc_fxcast_switch.h.
| sc_dt::sc_fxcast_switch::sc_fxcast_switch | ( | sc_without_context | ) | [inline, explicit] |
Definition at line 122 of file sc_fxcast_switch.h.
| sc_fxcast_switch & sc_dt::sc_fxcast_switch::operator= | ( | const sc_fxcast_switch & | a | ) | [inline] |
Definition at line 129 of file sc_fxcast_switch.h.
| const std::string sc_dt::sc_fxcast_switch::to_string | ( | ) | const |
Definition at line 62 of file sc_fxcast_switch.cpp.
| void sc_dt::sc_fxcast_switch::print | ( | ::std::ostream & | os = ::std::cout |
) | const |
Definition at line 69 of file sc_fxcast_switch.cpp.
| void sc_dt::sc_fxcast_switch::dump | ( | ::std::ostream & | os = ::std::cout |
) | const |
Definition at line 75 of file sc_fxcast_switch.cpp.
| bool operator== | ( | const sc_fxcast_switch & | a, | |
| const sc_fxcast_switch & | b | |||
| ) | [friend] |
Definition at line 141 of file sc_fxcast_switch.h.
| bool operator!= | ( | const sc_fxcast_switch & | a, | |
| const sc_fxcast_switch & | b | |||
| ) | [friend] |
Definition at line 149 of file sc_fxcast_switch.h.
1.5.5