SystemC  2.3.1
Accellera SystemC proof-of-concept library
Namespaces | Macros | Functions
sc_utils_ids.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 sc_core
 

Macros

#define SC_DEFINE_MESSAGE(id, unused1, unused2)   namespace sc_core { extern const char id[]; }
 

Functions

 SC_DEFINE_MESSAGE (SC_ID_STRING_TOO_LONG_, 801,"string is too long") SC_DEFINE_MESSAGE(SC_ID_FRONT_ON_EMPTY_LIST_
 
attempt to take front () on an empty list") SC_DEFINE_MESSAGE(SC_ID_BACK_ON_EMPTY_LIST_
 
attempt to take attempt to take back () on an empty list") SC_DEFINE_MESSAGE(SC_ID_IEEE_1666_DEPRECATION_
 
attempt to take attempt to
take IEEE_Std_1666 deprecated 
SC_DEFINE_MESSAGE (SC_ID_VECTOR_INIT_CALLED_TWICE_, 805,"sc_vector::init has already been called") SC_DEFINE_MESSAGE(SC_ID_VECTOR_INIT_INVALID_CONTEXT_
 
attempt to take attempt to
take IEEE_Std_1666 deprecated
sc_vector::init called from
invalid object context 
SC_DEFINE_MESSAGE (SC_ID_VECTOR_BIND_EMPTY_, 807,"sc_vector::bind called with empty range") SC_DEFINE_MESSAGE(SC_ID_VECTOR_NONOBJECT_ELEMENTS_
 

Macro Definition Documentation

#define SC_DEFINE_MESSAGE (   id,
  unused1,
  unused2 
)    namespace sc_core { extern const char id[]; }

Definition at line 37 of file sc_utils_ids.h.

Function Documentation

attempt to take attempt to take back ( )
attempt to take front ( )
SC_DEFINE_MESSAGE ( SC_ID_STRING_TOO_LONG_  ,
801  ,
"string is too long"   
)
attempt to take attempt to take IEEE_Std_1666 deprecated SC_DEFINE_MESSAGE ( SC_ID_VECTOR_INIT_CALLED_TWICE_  ,
805  ,
"sc_vector::init has already been called"   
)
attempt to take attempt to take IEEE_Std_1666 deprecated sc_vector::init called from invalid object context SC_DEFINE_MESSAGE ( SC_ID_VECTOR_BIND_EMPTY_  ,
807  ,
"sc_vector::bind called with empty range"   
)