sc_core::sc_clock_posedge_callback Class Reference

#include <sc_clock.h>

List of all members.

Public Member Functions

 sc_clock_posedge_callback (sc_clock *target_p)
void operator() ()

Protected Attributes

sc_clockm_target_p


Constructor & Destructor Documentation

sc_core::sc_clock_posedge_callback::sc_clock_posedge_callback ( sc_clock target_p  )  [inline]


Member Function Documentation

void sc_core::sc_clock_posedge_callback::operator() (  )  [inline]


Member Data Documentation

sc_clock* sc_core::sc_clock_posedge_callback::m_target_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