#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 |
Definition at line 222 of file sc_export.h.
| void sc_core::sc_export_registry::insert | ( | sc_export_base * | export_ | ) |
Definition at line 109 of file sc_export.cpp.
| void sc_core::sc_export_registry::remove | ( | sc_export_base * | export_ | ) |
Definition at line 140 of file sc_export.cpp.
| int sc_core::sc_export_registry::size | ( | ) | const [inline] |
Definition at line 231 of file sc_export.h.
friend class sc_simcontext [friend] |
Definition at line 224 of file sc_export.h.
1.5.5