SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_utils_ids.h File Reference

Report ids for the utils code. More...

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 SC_API 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_BIND_EMPTY_
 

Detailed Description

Report ids for the utils code.

Original Author: Martin Janssen, Synopsys, Inc., 2002-01-17

CHANGE LOG AT END OF FILE

Definition in file sc_utils_ids.h.

Macro Definition Documentation

◆ SC_DEFINE_MESSAGE

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

Definition at line 44 of file sc_utils_ids.h.

Function Documentation

◆ back()

attempt to take attempt to take back ( )

◆ front()

attempt to take front ( )

◆ SC_DEFINE_MESSAGE() [1/2]

SC_DEFINE_MESSAGE ( SC_ID_STRING_TOO_LONG_  ,
801  ,
"string is too long"   
)

◆ SC_DEFINE_MESSAGE() [2/2]

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"   
)