sysc/utils/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

namespace  sc_core

Defines

#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 Documentation

#define ACCESS (  )     m_vector[I]

Definition at line 40 of file sc_pvector.h.

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

Definition at line 41 of file sc_pvector.h.


Generated on 29 Oct 2015 for SystemC by  doxygen 1.6.1