Lines Matching defs:CArcErrorInfo
146 struct CArcErrorInfo struct
148 bool ThereIsTail;
149 bool UnexpecedEnd;
173 CArcErrorInfo(): in CArcErrorInfo() argument
187 void ClearErrors_Full() in ClearErrors_Full()
193 bool IsThereErrorOrWarning() const in IsThereErrorOrWarning()
203 bool AreThereErrors() const { return ErrorFlags != 0 || UnexpecedEnd; } in AreThereErrors()
204 bool AreThereWarnings() const { return WarningFlags != 0 || NeedTailWarning(); } in AreThereWarnings()
206 bool NeedTailWarning() const { return !IgnoreTail && ThereIsTail; } in NeedTailWarning()
208 UInt32 GetWarningFlags() const in GetWarningFlags()
216 UInt32 GetErrorFlags() const in GetErrorFlags()