38#ifndef SC_DEFINE_MESSAGE
39#define SC_DEFINE_MESSAGE(id,unused1,unused2) \
40 namespace sc_core { extern SC_API const char id[]; }
47 801,
"string is too long")
49 802, "attempt to take front() on an empty list")
51 803, "attempt to take back() on an empty list")
53 804, "/IEEE_Std_1666/deprecated" )
55 805, "sc_vector::init called for non-empty vector" )
58 807, "sc_vector::bind called with empty range" )
60 808, "sc_vector::get_elements called for element type "
63 809, "attempt to insert into locked sc_vector" )
#define SC_DEFINE_MESSAGE(id, unused1, unused2)
SC_API const char SC_ID_IEEE_1666_DEPRECATION_[]
SC_API const char SC_ID_VECTOR_EMPLACE_LOCKED_[]
SC_API const char SC_ID_VECTOR_NONOBJECT_ELEMENTS_[]
SC_API const char SC_ID_BACK_ON_EMPTY_LIST_[]
SC_API const char SC_ID_REGISTER_ID_FAILED_[]
SC_API const char SC_ID_VECTOR_INIT_CALLED_TWICE_[]
SC_API const char SC_ID_FRONT_ON_EMPTY_LIST_[]
SC_API const char SC_ID_VECTOR_BIND_EMPTY_[]
SC_API const char SC_ID_STRING_TOO_LONG_[]