|
| sc_in_rv () |
|
| sc_in_rv (const char *name_) |
|
| sc_in_rv (const in_if_type &interface_) |
|
| sc_in_rv (const char *name_, const in_if_type &interface_) |
|
| sc_in_rv (in_port_type &parent_) |
|
| sc_in_rv (const char *name_, in_port_type &parent_) |
|
| sc_in_rv (inout_port_type &parent_) |
|
| sc_in_rv (const char *name_, inout_port_type &parent_) |
|
| sc_in_rv (this_type &parent_) |
|
| sc_in_rv (const char *name_, this_type &parent_) |
|
virtual | ~sc_in_rv () |
|
virtual void | end_of_elaboration () |
|
virtual const char * | kind () const |
|
| sc_in () |
|
| sc_in (const char *name_) |
|
| sc_in (const in_if_type &interface_) |
|
| sc_in (const char *name_, const in_if_type &interface_) |
|
| sc_in (in_port_type &parent_) |
|
| sc_in (const char *name_, in_port_type &parent_) |
|
| sc_in (inout_port_type &parent_) |
|
| sc_in (const char *name_, inout_port_type &parent_) |
|
| sc_in (this_type &parent_) |
|
| sc_in (const char *name_, this_type &parent_) |
|
virtual | ~sc_in () |
|
SC_VIRTUAL_ void | bind (const in_if_type &interface_) |
|
SC_VIRTUAL_ void | bind (in_if_type &interface_) |
|
SC_VIRTUAL_ void | bind (in_port_type &parent_) |
|
SC_VIRTUAL_ void | bind (inout_port_type &parent_) |
|
void | operator() (const in_if_type &interface_) |
|
void | operator() (in_port_type &parent_) |
|
void | operator() (inout_port_type &parent_) |
|
const sc_event & | default_event () const |
|
const sc_event & | value_changed_event () const |
|
const data_type & | read () const |
|
| operator const data_type & () const |
|
bool | event () const |
|
sc_event_finder & | value_changed () const |
|
void | add_trace (sc_trace_file *, const std::string &) const |
|
void | add_trace_internal (sc_trace_file *, const std::string &) const |
|
| sc_port () |
|
| sc_port (const char *name_) |
|
| sc_port (IF &interface_) |
|
| sc_port (const char *name_, IF &interface_) |
|
| sc_port (base_type &parent_) |
|
| sc_port (const char *name_, base_type &parent_) |
|
| sc_port (this_type &parent_) |
|
| sc_port (const char *name_, this_type &parent_) |
|
virtual | ~sc_port () |
|
SC_VIRTUAL_ void | bind (IF &interface_) |
|
void | operator() (IF &interface_) |
|
SC_VIRTUAL_ void | bind (port_type &parent_) |
|
void | operator() (port_type &parent_) |
|
int | size () const |
|
IF * | operator-> () |
|
const IF * | operator-> () const |
|
const IF * | get_interface (int iface_i) const |
|
IF * | get_interface (int iface_i) |
|
IF * | operator[] (int index_) |
|
const IF * | operator[] (int index_) const |
|
virtual sc_interface * | get_interface () |
|
virtual const sc_interface * | get_interface () const |
|
int | bind_count () |
|
const char * | name () const |
|
const char * | basename () const |
|
virtual void | print (::std::ostream &os=::std::cout) const |
|
virtual void | dump (::std::ostream &os=::std::cout) const |
|
virtual void | trace (sc_trace_file *tf) const |
|
sc_simcontext * | simcontext () const |
|
bool | add_attribute (sc_attr_base &) |
|
sc_attr_base * | get_attribute (const std::string &name_) |
|
const sc_attr_base * | get_attribute (const std::string &name_) const |
|
sc_attr_base * | remove_attribute (const std::string &name_) |
|
void | remove_all_attributes () |
|
int | num_attributes () const |
|
sc_attr_cltn & | attr_cltn () |
|
const sc_attr_cltn & | attr_cltn () const |
|
virtual const std::vector
< sc_event * > & | get_child_events () const |
|
virtual const std::vector
< sc_object * > & | get_child_objects () const |
|
sc_object * | get_parent () const |
|
sc_object * | get_parent_object () const |
|