33 #ifndef SC_UTILS_IDS_H 34 #define SC_UTILS_IDS_H 42 #ifndef SC_DEFINE_MESSAGE 44 #define SC_DEFINE_MESSAGE(id,unused1,unused2) \ 45 namespace sc_core { extern SC_API const char id[]; } 52 801,
"string is too long")
54 802,
"attempt to take front() on an empty list")
56 803,
"attempt to take back() on an empty list")
58 804,
"/IEEE_Std_1666/deprecated" )
60 805,
"sc_vector::init has already been called" )
63 807,
"sc_vector::bind called with empty range" )
65 808,
"sc_vector::get_elements called for element type " 66 "not derived from sc_object" )
#define SC_DEFINE_MESSAGE(id, unused1, unused2)
SC_API const char SC_ID_REGISTER_ID_FAILED_[]