sc_core::sc_event_timed Class Reference

#include <sc_event.h>

List of all members.

Private Member Functions

 sc_event_timed (sc_event *e, const sc_time &t)
 ~sc_event_timed ()
sc_eventevent () const
const sc_timenotify_time () const
 sc_event_timed ()
 sc_event_timed (const sc_event_timed &)
sc_event_timedoperator= (const sc_event_timed &)

Static Private Member Functions

static void * operator new (size_t)
static void operator delete (void *p, size_t)
static void * allocate ()
static void deallocate (void *)

Private Attributes

sc_eventm_event
sc_time m_notify_time

Friends

class sc_event
class sc_simcontext
int sc_notify_time_compare (const void *, const void *)


Constructor & Destructor Documentation

sc_core::sc_event_timed::sc_event_timed ( sc_event e,
const sc_time t 
) [inline, private]

sc_core::sc_event_timed::~sc_event_timed (  )  [inline, private]

sc_core::sc_event_timed::sc_event_timed (  )  [private]

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


Member Function Documentation

sc_event* sc_core::sc_event_timed::event (  )  const [inline, private]

const sc_time& sc_core::sc_event_timed::notify_time (  )  const [inline, private]

static void* sc_core::sc_event_timed::operator new ( size_t   )  [inline, static, private]

static void sc_core::sc_event_timed::operator delete ( void *  p,
size_t   
) [inline, static, private]

void * sc_core::sc_event_timed::allocate (  )  [static, private]

void sc_core::sc_event_timed::deallocate ( void *   )  [static, private]

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


Friends And Related Function Documentation

friend class sc_event [friend]

friend class sc_simcontext [friend]

int sc_notify_time_compare ( const void *  p1,
const void *  p2 
) [friend]


Member Data Documentation

sc_event* sc_core::sc_event_timed::m_event [private]

sc_time sc_core::sc_event_timed::m_notify_time [private]


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