sc_core::sc_export_registry Class Reference

#include <sc_export.h>

List of all members.

Public Member Functions

void insert (sc_export_base *)
void remove (sc_export_base *)
int size () const

Private Member Functions

 sc_export_registry (sc_simcontext &simc_)
 ~sc_export_registry ()
void construction_done ()
void elaboration_done ()
void start_simulation ()
void simulation_done ()
 sc_export_registry ()
 sc_export_registry (const sc_export_registry &)
sc_export_registryoperator= (const sc_export_registry &)

Private Attributes

sc_simcontextm_simc
sc_pvector< sc_export_base * > m_export_vec

Friends

class sc_simcontext


Constructor & Destructor Documentation

sc_core::sc_export_registry::sc_export_registry ( sc_simcontext simc_  )  [explicit, private]

sc_core::sc_export_registry::~sc_export_registry (  )  [private]

sc_core::sc_export_registry::sc_export_registry (  )  [private]

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


Member Function Documentation

void sc_core::sc_export_registry::insert ( sc_export_base  ) 

void sc_core::sc_export_registry::remove ( sc_export_base  ) 

int sc_core::sc_export_registry::size (  )  const [inline]

void sc_core::sc_export_registry::construction_done (  )  [private]

void sc_core::sc_export_registry::elaboration_done (  )  [private]

void sc_core::sc_export_registry::start_simulation (  )  [private]

void sc_core::sc_export_registry::simulation_done (  )  [private]

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


Friends And Related Function Documentation

friend class sc_simcontext [friend]


Member Data Documentation

sc_simcontext* sc_core::sc_export_registry::m_simc [private]

sc_pvector<sc_export_base*> sc_core::sc_export_registry::m_export_vec [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