26 #define INITIALTEXTSIZE 1024
33 while (pTmp->
mNo != 9999)
52 char *Text =
new char[TextSize + 1];
56 C_INT32 Printed = vsnprintf(Text, TextSize, fmt, args);
59 while (Printed < 0 || TextSize < Printed)
63 (Printed < 0) ? TextSize *= 2 : TextSize = Printed;
64 Text =
new char[TextSize + 1];
68 Printed = vsnprintf(Text, TextSize, fmt, args);
unsigned C_INT32 minSBMLLevel() const
SEVERITY getSeverity() const
SBMLIncompatibility(unsigned C_INT32,...)
unsigned C_INT32 mSBMLLevel
unsigned C_INT32 mSBMLVersion
unsigned C_INT32 minSBMLVersion() const
std::string getDetails() const
const INCOMPATIBILITY Incompatibilities[]
std::string getMessage() const
unsigned C_INT32 mMinSBMLVersion
unsigned C_INT32 mMinSBMLLevel
SBMLIncompatibility::SEVERITY mSeverity