C++ Instrument Catalog
Public Member Functions | Public Attributes | List of all members
MTL::CInstrumentCatalog::sError Struct Reference

#include <InstrumentCatalog.h>

Public Member Functions

 sError ()
 
 sError (eErrorLevel Lvl, I32 Cde, std::string Dsc, std::string Src)
 

Public Attributes

eErrorLevel Level
 
I32 Code
 
std::string Description
 
std::string Source
 

Detailed Description

Definition at line 294 of file InstrumentCatalog.h.

Constructor & Destructor Documentation

◆ sError() [1/2]

MTL::CInstrumentCatalog::sError::sError ( )
inline

Definition at line 299 of file InstrumentCatalog.h.

◆ sError() [2/2]

MTL::CInstrumentCatalog::sError::sError ( eErrorLevel  Lvl,
I32  Cde,
std::string  Dsc,
std::string  Src 
)
inline

Definition at line 302 of file InstrumentCatalog.h.

Member Data Documentation

◆ Code

I32 MTL::CInstrumentCatalog::sError::Code

Definition at line 296 of file InstrumentCatalog.h.

◆ Description

std::string MTL::CInstrumentCatalog::sError::Description

Definition at line 297 of file InstrumentCatalog.h.

◆ Level

eErrorLevel MTL::CInstrumentCatalog::sError::Level

Definition at line 295 of file InstrumentCatalog.h.

◆ Source

std::string MTL::CInstrumentCatalog::sError::Source

Definition at line 298 of file InstrumentCatalog.h.


The documentation for this struct was generated from the following file: