OpcUaCanOpen
CANopen OPC-UA server
mu::ParserErrorMsg Class Reference

A class that handles the error messages. More...

#include <muParserError.h>

Public Member Functions

string_type operator[] (unsigned a_iIdx) const
 

Static Public Member Functions

static const ParserErrorMsgInstance ()
 

Private Member Functions

ParserErrorMsgoperator= (const ParserErrorMsg &)=delete
 
 ParserErrorMsg (const ParserErrorMsg &)=delete
 
 ParserErrorMsg ()
 
 ~ParserErrorMsg ()=default
 

Private Attributes

std::vector< string_typem_vErrMsg
 A vector with the predefined error messages. More...
 

Detailed Description

A class that handles the error messages.

Definition at line 103 of file muParserError.h.

Constructor & Destructor Documentation

◆ ParserErrorMsg() [1/2]

mu::ParserErrorMsg::ParserErrorMsg ( const ParserErrorMsg )
privatedelete

◆ ParserErrorMsg() [2/2]

mu::ParserErrorMsg::ParserErrorMsg ( )
private

Definition at line 44 of file muParserError.cpp.

◆ ~ParserErrorMsg()

mu::ParserErrorMsg::~ParserErrorMsg ( )
privatedefault

Member Function Documentation

◆ Instance()

const ParserErrorMsg & mu::ParserErrorMsg::Instance ( )
static

Definition at line 31 of file muParserError.cpp.

◆ operator=()

ParserErrorMsg& mu::ParserErrorMsg::operator= ( const ParserErrorMsg )
privatedelete

◆ operator[]()

string_type mu::ParserErrorMsg::operator[] ( unsigned  a_iIdx) const

Definition at line 38 of file muParserError.cpp.

Member Data Documentation

◆ m_vErrMsg

std::vector<string_type> mu::ParserErrorMsg::m_vErrMsg
private

A vector with the predefined error messages.

Definition at line 116 of file muParserError.h.


The documentation for this class was generated from the following files: