sc_core::sc_event_finder_t< IF > Class Template Reference

#include <sc_event_finder.h>

Inheritance diagram for sc_core::sc_event_finder_t< IF >:

sc_core::sc_event_finder sc_core::sc_event List of all members.

Public Member Functions

 sc_event_finder_t (const sc_port_base &port_, const sc_event &(IF::*event_method_)() const)
virtual ~sc_event_finder_t ()
virtual const sc_eventfind_event () const

Private Member Functions

 sc_event_finder_t ()
 sc_event_finder_t (const sc_event_finder_t< IF > &)
sc_event_finder_t< IF > & operator= (const sc_event_finder_t< IF > &)

Private Attributes

const sc_event &(IF::* m_event_method )() const

template<class IF>
class sc_core::sc_event_finder_t< IF >


Constructor & Destructor Documentation

template<class IF>
sc_core::sc_event_finder_t< IF >::sc_event_finder_t ( const sc_port_base port_,
const sc_event &(IF::*)() const  event_method_ 
) [inline]

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

template<class IF>
sc_core::sc_event_finder_t< IF >::sc_event_finder_t (  )  [private]

template<class IF>
sc_core::sc_event_finder_t< IF >::sc_event_finder_t ( const sc_event_finder_t< IF > &   )  [private]


Member Function Documentation

template<class IF>
const sc_event & sc_core::sc_event_finder_t< IF >::find_event (  )  const [inline, virtual]

Implements sc_core::sc_event_finder.

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


Member Data Documentation

template<class IF>
const sc_event&(IF::* sc_core::sc_event_finder_t< IF >::m_event_method)() const [private]


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