SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_export_registry Class Reference

Registry for all exports. More...

#include <sysc/communication/sc_export.h>

Public Member Functions

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

Friends

class sc_simcontext
 

Detailed Description

Registry for all exports.

FOR INTERNAL USE ONLY!

Definition at line 227 of file sc_export.h.

Member Function Documentation

◆ insert()

void sc_core::sc_export_registry::insert ( sc_export_base )

◆ remove()

void sc_core::sc_export_registry::remove ( sc_export_base )

◆ size()

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

Definition at line 236 of file sc_export.h.

Friends And Related Function Documentation

◆ sc_simcontext

friend class sc_simcontext
friend

Definition at line 229 of file sc_export.h.


The documentation for this class was generated from the following file: