| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
#include <vector>

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 *) | 
| #define ACCESS | ( | I | ) | m_vector[I] | 
Definition at line 40 of file sc_pvector.h.
| #define ADDR_ACCESS | ( | I | ) | (m_vector.size() != 0 ? &m_vector[I] : 0 ) | 
Definition at line 41 of file sc_pvector.h.
 1.8.5