NCBI C++ ToolKit
Public Member Functions | Private Attributes | List of all members
CErrorContainer Class Reference

Search Toolkit Book for CErrorContainer

CErrorContainer. More...

#include <gui/widgets/loaders/report_loader_errors.hpp>

+ Inheritance diagram for CErrorContainer:
+ Collaboration diagram for CErrorContainer:

Public Member Functions

 CErrorContainer (size_t maxErrors)
 
virtual bool PutError (const objects::ILineError &err)
 

Private Attributes

const size_t m_MaxErrors
 

Detailed Description

CErrorContainer.

Definition at line 63 of file report_loader_errors.hpp.

Constructor & Destructor Documentation

◆ CErrorContainer()

CErrorContainer::CErrorContainer ( size_t  maxErrors)
inline

Definition at line 66 of file report_loader_errors.hpp.

Member Function Documentation

◆ PutError()

virtual bool CErrorContainer::PutError ( const objects::ILineError &  err)
inlinevirtual

Definition at line 67 of file report_loader_errors.hpp.

References m_MaxErrors.

Member Data Documentation

◆ m_MaxErrors

const size_t CErrorContainer::m_MaxErrors
private

Definition at line 75 of file report_loader_errors.hpp.

Referenced by PutError().


The documentation for this class was generated from the following file:
Modified on Fri Sep 20 14:58:14 2024 by modify_doxy.py rev. 669887