file
soft_error.h
Namespaces
- namespace vt
Defines
- #define vtWarn(str)
- #define vtWarnCode(code, str)
- #define vtWarnFail(str)
- #define vtWarnFailCode(code, str)
- #define vtWarnIf(cond, str)
- #define vtWarnIfCode(code, cond, str)
- #define vtWarnIfNot(cond, str)
- #define vtWarnIfNotCode(code, cond, str)