Home
last modified time | relevance | path

Searched refs:STEPwriteError (Results 1 – 2 of 2) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DSTEPattribute.cc487 void STEPattribute::STEPwriteError( ostream & out, unsigned int line, const char* desc ) { in STEPwriteError() function in STEPattribute
537 STEPwriteError( out, __LINE__, "is null and shouldn't be." ); in STEPwrite()
548 STEPwriteError( out, __LINE__, "should be pointing at an SDAI_String." ); in STEPwrite()
557 STEPwriteError( out, __LINE__, "should be pointing at an SDAI_Binary." ); in STEPwrite()
575 STEPwriteError( out, __LINE__, "should be pointing at a SDAI_Enum class." ); in STEPwrite()
583 STEPwriteError( out, __LINE__, "should be pointing at a SDAI_Select class." ); in STEPwrite()
H A DSTEPattribute.h110 void STEPwriteError( ostream& out, unsigned int line, const char* desc );