gem5 v24.0.0.0
|
#include <sc_process_handle.hh>
Public Member Functions | |
sc_process_b (const char *name) | |
sc_process_b () | |
Public Member Functions inherited from sc_core::sc_object | |
const char * | name () const |
const char * | basename () const |
virtual const char * | kind () const |
virtual void | print (std::ostream &=std::cout) const |
virtual void | dump (std::ostream &=std::cout) const |
virtual const std::vector< sc_object * > & | get_child_objects () const |
virtual const std::vector< sc_event * > & | get_child_events () const |
sc_object * | get_parent_object () const |
bool | add_attribute (sc_attr_base &) |
sc_attr_base * | get_attribute (const std::string &) |
sc_attr_base * | remove_attribute (const std::string &) |
void | remove_all_attributes () |
int | num_attributes () const |
sc_attr_cltn & | attr_cltn () |
const sc_attr_cltn & | attr_cltn () const |
sc_simcontext * | simcontext () const |
Public Attributes | |
const char * | file |
int | lineno |
Additional Inherited Members | |
Protected Member Functions inherited from sc_core::sc_object | |
sc_object () | |
sc_object (const char *) | |
sc_object (const sc_object &) | |
sc_object & | operator= (const sc_object &) |
virtual | ~sc_object () |
Definition at line 118 of file sc_process_handle.hh.
|
inline |
Definition at line 121 of file sc_process_handle.hh.
|
inline |
Definition at line 123 of file sc_process_handle.hh.
const char* sc_core::sc_process_b::file |
Definition at line 125 of file sc_process_handle.hh.
Referenced by sc_core::sc_set_location().
int sc_core::sc_process_b::lineno |
Definition at line 126 of file sc_process_handle.hh.
Referenced by sc_core::sc_set_location().