Generic export class for other export classes. More...
#include <sysc/communication/sc_export.h>
Public Member Functions | |
sc_export () | |
sc_export (const char *name_) | |
virtual | ~sc_export () |
virtual sc_interface * | get_interface () |
virtual const sc_interface * | get_interface () const |
const IF * | operator-> () const |
IF * | operator-> () |
operator IF & () | |
operator const IF & () const | |
SC_VIRTUAL_ void | bind (IF &interface_) |
void | operator() (IF &interface_) |
virtual const char * | kind () const |
Protected Member Functions | |
const char * | if_typename () const |
Protected Attributes | |
IF * | m_interface_p |
Generic export class for other export classes.
This class provides a binding point for access to an interface.
Definition at line 115 of file sc_export.h.
sc_core::sc_export< IF >::sc_export | ( | ) | [inline] |
Definition at line 120 of file sc_export.h.
sc_core::sc_export< IF >::sc_export | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 125 of file sc_export.h.
virtual sc_core::sc_export< IF >::~sc_export | ( | ) | [inline, virtual] |
Definition at line 131 of file sc_export.h.
SC_VIRTUAL_ void sc_core::sc_export< IF >::bind | ( | IF & | interface_ | ) | [inline] |
Definition at line 176 of file sc_export.h.
virtual const sc_interface* sc_core::sc_export< IF >::get_interface | ( | ) | const [inline, virtual] |
Implements sc_core::sc_export_base.
Definition at line 142 of file sc_export.h.
virtual sc_interface* sc_core::sc_export< IF >::get_interface | ( | ) | [inline, virtual] |
Implements sc_core::sc_export_base.
Definition at line 137 of file sc_export.h.
const char* sc_core::sc_export< IF >::if_typename | ( | ) | const [inline, protected, virtual] |
Implements sc_core::sc_export_base.
Definition at line 197 of file sc_export.h.
virtual const char* sc_core::sc_export< IF >::kind | ( | ) | const [inline, virtual] |
Reimplemented from sc_core::sc_object.
Definition at line 194 of file sc_export.h.
sc_core::sc_export< IF >::operator const IF & | ( | ) | const [inline] |
Definition at line 171 of file sc_export.h.
sc_core::sc_export< IF >::operator IF & | ( | ) | [inline] |
Definition at line 163 of file sc_export.h.
void sc_core::sc_export< IF >::operator() | ( | IF & | interface_ | ) | [inline] |
Definition at line 188 of file sc_export.h.
IF* sc_core::sc_export< IF >::operator-> | ( | ) | [inline] |
Definition at line 155 of file sc_export.h.
const IF* sc_core::sc_export< IF >::operator-> | ( | ) | const [inline] |
Definition at line 147 of file sc_export.h.
IF* sc_core::sc_export< IF >::m_interface_p [protected] |
Definition at line 206 of file sc_export.h.