sc_core::sc_export< IF > Class Template Reference

Generic export class for other export classes. More...

#include <sysc/communication/sc_export.h>

Inheritance diagram for sc_core::sc_export< IF >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_export< IF >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 sc_export ()
 sc_export (const char *name_)
virtual ~sc_export ()
virtual sc_interfaceget_interface ()
virtual const sc_interfaceget_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

Detailed Description

template<class IF>
class sc_core::sc_export< IF >

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.


Constructor & Destructor Documentation

template<class IF >
sc_core::sc_export< IF >::sc_export (  )  [inline]

Definition at line 120 of file sc_export.h.

template<class IF >
sc_core::sc_export< IF >::sc_export ( const char *  name_  )  [inline, explicit]

Definition at line 125 of file sc_export.h.

template<class IF >
virtual sc_core::sc_export< IF >::~sc_export (  )  [inline, virtual]

Definition at line 131 of file sc_export.h.


Member Function Documentation

template<class IF >
SC_VIRTUAL_ void sc_core::sc_export< IF >::bind ( IF &  interface_  )  [inline]

Definition at line 176 of file sc_export.h.

template<class IF >
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.

template<class IF >
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.

template<class IF >
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.

template<class IF >
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.

template<class IF >
sc_core::sc_export< IF >::operator const IF & (  )  const [inline]

Definition at line 171 of file sc_export.h.

template<class IF >
sc_core::sc_export< IF >::operator IF & (  )  [inline]

Definition at line 163 of file sc_export.h.

template<class IF >
void sc_core::sc_export< IF >::operator() ( IF &  interface_  )  [inline]

Definition at line 188 of file sc_export.h.

template<class IF >
IF* sc_core::sc_export< IF >::operator-> (  )  [inline]

Definition at line 155 of file sc_export.h.

template<class IF >
const IF* sc_core::sc_export< IF >::operator-> (  )  const [inline]

Definition at line 147 of file sc_export.h.


Member Data Documentation

template<class IF >
IF* sc_core::sc_export< IF >::m_interface_p [protected]

Definition at line 206 of file sc_export.h.


The documentation for this class was generated from the following file:

Generated on 30 Sep 2016 for SystemC by  doxygen 1.6.1