sc_core::sc_event_and_list Class Reference

#include <sc_event.h>

Inheritance diagram for sc_core::sc_event_and_list:

sc_core::sc_event_list List of all members.

Public Member Functions

sc_event_and_listoperator & (const sc_event &)

Protected Member Functions

 sc_event_and_list (const sc_event &, bool auto_delete_=false)

Private Member Functions

 sc_event_and_list ()
 sc_event_and_list (const sc_event_and_list &)
sc_event_and_listoperator= (const sc_event_and_list &)

Friends

class sc_event
class sc_method_process
class sc_thread_process

Constructor & Destructor Documentation

sc_core::sc_event_and_list::sc_event_and_list ( const sc_event ,
bool  auto_delete_ = false 
) [inline, protected]

sc_core::sc_event_and_list::sc_event_and_list (  )  [private]

sc_core::sc_event_and_list::sc_event_and_list ( const sc_event_and_list  )  [private]


Member Function Documentation

sc_event_and_list & sc_core::sc_event_and_list::operator & ( const sc_event  )  [inline]

sc_event_and_list& sc_core::sc_event_and_list::operator= ( const sc_event_and_list  )  [private]


Friends And Related Function Documentation

friend class sc_event [friend]

friend class sc_method_process [friend]

Reimplemented from sc_core::sc_event_list.

friend class sc_thread_process [friend]

Reimplemented from sc_core::sc_event_list.


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