SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_pvector.h File Reference
#include <vector>
Include dependency graph for sc_pvector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sc_core::sc_pvector< T >
 

Namespaces

 sc_core
 

Macros

#define ACCESS(I)   m_vector[I]
 
#define ADDR_ACCESS(I)   (m_vector.size() != 0 ? &m_vector[I] : 0 )
 

Typedefs

typedef int(* sc_core::CFT) (const void *, const void *)
 

Macro Definition Documentation

◆ ACCESS

#define ACCESS (   I)    m_vector[I]

Definition at line 46 of file sc_pvector.h.

◆ ADDR_ACCESS

#define ADDR_ACCESS (   I)    (m_vector.size() != 0 ? &m_vector[I] : 0 )

Definition at line 47 of file sc_pvector.h.