11 #ifndef __GT_BuilderStatus__
12 #define __GT_BuilderStatus__
26 void addError(
const char *fmt, ...)
28 void addWarning(const
char *fmt, ...)
33 bool getStatus()
const {
return myStatus; }
36 {
return myErrors.length() ? myErrors.buffer() : NULL; }
39 {
return myWarnings.length() ? myWarnings.buffer() : NULL; }
const char * getWarnings() const
Return a string of all the warnings (may be a NULL ptr for no warnings)
const char * getErrors() const
Return a string of all the errors (may be a NULL ptr for no errors)
#define SYS_PRINTF_CHECK_ATTRIBUTE(string_index, first_to_check)
Return the status of primitive creation from GT_PrimitiveBuilder.