sc_core::sc_export< IF > Class Template Reference

#include <sc_export.h>

Inheritance diagram for sc_core::sc_export< IF >:

sc_core::sc_export_base sc_core::sc_object List of all members.

Public Member Functions

 sc_export ()
 sc_export (const char *name_)
 sc_export (IF &interface_)
 sc_export (const char *name_, IF &interface_)
 sc_export (this_type &child_)
virtual ~sc_export ()
virtual sc_interfaceget_interface ()
virtual const sc_interfaceget_interface () const
const IF * operator-> () const
IF * operator-> ()
 operator IF & ()
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

Private Types

typedef sc_export< IF > this_type

Private Member Functions

 sc_export (const this_type &)
this_typeoperator= (const this_type &)

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


Member Typedef Documentation

template<class IF>
typedef sc_export<IF> sc_core::sc_export< IF >::this_type [private]

Reimplemented from sc_core::sc_export_base.


Constructor & Destructor Documentation

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

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

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

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

template<class IF>
sc_core::sc_export< IF >::sc_export ( this_type child_  )  [inline, explicit]

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

template<class IF>
sc_core::sc_export< IF >::sc_export ( const this_type  )  [private]


Member Function Documentation

template<class IF>
virtual sc_interface* sc_core::sc_export< IF >::get_interface (  )  [inline, virtual]

Implements sc_core::sc_export_base.

template<class IF>
virtual const sc_interface* sc_core::sc_export< IF >::get_interface (  )  const [inline, virtual]

Implements sc_core::sc_export_base.

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

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

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

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

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

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

Reimplemented from sc_core::sc_object.

template<class IF>
const char* sc_core::sc_export< IF >::if_typename (  )  const [inline, protected, virtual]

Implements sc_core::sc_export_base.

template<class IF>
this_type& sc_core::sc_export< IF >::operator= ( const this_type  )  [private]

Reimplemented from sc_core::sc_export_base.


Member Data Documentation

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


The documentation for this class was generated from the following file:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page