Searched defs:CArcErrorInfo (Results 1 – 1 of 1) sorted by relevance
136 struct CArcErrorInfo struct138 bool ThereIsTail;139 bool UnexpecedEnd;163 CArcErrorInfo(): in CArcErrorInfo() argument177 void ClearErrors_Full() in ClearErrors_Full()183 bool IsThereErrorOrWarning() const in IsThereErrorOrWarning()193 bool AreThereErrors() const { return ErrorFlags != 0 || UnexpecedEnd; } in AreThereErrors()194 bool AreThereWarnings() const { return WarningFlags != 0 || NeedTailWarning(); } in AreThereWarnings()196 bool NeedTailWarning() const { return !IgnoreTail && ThereIsTail; } in NeedTailWarning()198 UInt32 GetWarningFlags() const in GetWarningFlags()[all …]