121class ErrorMgrSingleton :
public MessageBase
309 bool PopErrorAndPrint( FILE* stream );
382 void AddError(
ERROR_CODE code,
const string & desc );
385 virtual void MessageCallback(
const MessageBase* from,
const MessageData& data );
396 bool m_ErrorLastCallFlag;
397 stack< ErrorObj > m_ErrorStack;
400 ~ErrorMgrSingleton();
401 ErrorMgrSingleton( ErrorMgrSingleton
const& copy ) =
delete;
402 ErrorMgrSingleton& operator=( ErrorMgrSingleton
const& copy ) =
delete;