sc_core::sc_cor_pkg_qt Class Reference

#include <sc_cor_qt.h>

Inheritance diagram for sc_core::sc_cor_pkg_qt:

sc_core::sc_cor_pkg List of all members.

Public Member Functions

 sc_cor_pkg_qt (sc_simcontext *simc)
virtual ~sc_cor_pkg_qt ()
virtual sc_corcreate (std::size_t stack_size, sc_cor_fn *fn, void *arg)
virtual void yield (sc_cor *next_cor)
virtual void abort (sc_cor *next_cor)
virtual sc_corget_main ()

Private Member Functions

 sc_cor_pkg_qt ()
 sc_cor_pkg_qt (const sc_cor_pkg_qt &)
sc_cor_pkg_qtoperator= (const sc_cor_pkg_qt &)

Static Private Attributes

static int instance_count

Constructor & Destructor Documentation

sc_core::sc_cor_pkg_qt::sc_cor_pkg_qt ( sc_simcontext simc  ) 

sc_core::sc_cor_pkg_qt::~sc_cor_pkg_qt (  )  [virtual]

sc_core::sc_cor_pkg_qt::sc_cor_pkg_qt (  )  [private]

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


Member Function Documentation

sc_cor * sc_core::sc_cor_pkg_qt::create ( std::size_t  stack_size,
sc_cor_fn fn,
void *  arg 
) [virtual]

Implements sc_core::sc_cor_pkg.

void sc_core::sc_cor_pkg_qt::yield ( sc_cor next_cor  )  [virtual]

Implements sc_core::sc_cor_pkg.

void sc_core::sc_cor_pkg_qt::abort ( sc_cor next_cor  )  [virtual]

Implements sc_core::sc_cor_pkg.

sc_cor * sc_core::sc_cor_pkg_qt::get_main (  )  [virtual]

Implements sc_core::sc_cor_pkg.

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


Member Data Documentation

int sc_core::sc_cor_pkg_qt::instance_count [static, 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