Go to the source code of this file.
 | 
| #define  | SC_DEFINE_MESSAGE(id, unused1, unused2)   namespace sc_core { extern const char id[]; } | 
|   | 
 | 
|   | 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_ | 
|   | 
      
        
          | #define SC_DEFINE_MESSAGE | 
          ( | 
            | 
          id,  | 
        
        
           | 
           | 
            | 
          unused1,  | 
        
        
           | 
           | 
            | 
          unused2  | 
        
        
           | 
          ) | 
           |    namespace sc_core { extern const char id[]; } | 
        
      
 
 
      
        
          | 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"  | 
            | 
        
        
           | 
          ) | 
           |  |