sysc/utils/sc_utils_ids.h File Reference
Go to the source code of this file.
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_ |
Function Documentation
attempt to take attempt to take back |
( |
|
) |
|
attempt to take front |
( |
|
) |
|
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" |
| |
|
) |
| | |
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_STRING_TOO_LONG_ |
, |
|
|
801 |
, |
|
|
"string is too long" |
| |
|
) |
| | |