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

Registry for all ports. More...

#include <sysc/communication/sc_port.h>

Public Member Functions

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

Friends

class sc_simcontext
 

Detailed Description

Registry for all ports.

FOR INTERNAL USE ONLY!

Definition at line 208 of file sc_port.h.

Member Function Documentation

◆ insert()

void sc_core::sc_port_registry::insert ( sc_port_base )

◆ remove()

void sc_core::sc_port_registry::remove ( sc_port_base )

◆ size()

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

Definition at line 217 of file sc_port.h.

Friends And Related Function Documentation

◆ sc_simcontext

friend class sc_simcontext
friend

Definition at line 210 of file sc_port.h.


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