Public Member Functions | List of all members
mf::ELslProxy< ELgen > Struct Template Reference

#include <ELseverityLevel.h>

Public Member Functions

 operator ELseverityLevel () const
 
int getLevel () const
 
std::string getSymbol () const
 
std::string getName () const
 
std::string getInputStr () const
 
std::string getVarName () const
 

Detailed Description

template<ELslGen ELgen>
struct mf::ELslProxy< ELgen >

Definition at line 15 of file ELseverityLevel.h.

Member Function Documentation

template<ELslGen ELgen>
std::string mf::ELslProxy< ELgen >::getInputStr ( ) const
inline

Definition at line 158 of file ELseverityLevel.h.

159  {
160  return ELgen().getInputStr();
161  }
template<ELslGen ELgen>
int mf::ELslProxy< ELgen >::getLevel ( ) const
inline

Definition at line 137 of file ELseverityLevel.h.

138  {
139  return ELgen().getLevel();
140  }
template<ELslGen ELgen>
std::string mf::ELslProxy< ELgen >::getName ( ) const
inline

Definition at line 151 of file ELseverityLevel.h.

152  {
153  return ELgen().getName();
154  }
template<ELslGen ELgen>
std::string mf::ELslProxy< ELgen >::getSymbol ( ) const
inline

Definition at line 144 of file ELseverityLevel.h.

145  {
146  return ELgen().getSymbol();
147  }
template<ELslGen ELgen>
std::string mf::ELslProxy< ELgen >::getVarName ( ) const
inline

Definition at line 165 of file ELseverityLevel.h.

166  {
167  return ELgen().getVarName();
168  }
template<ELslGen ELgen>
mf::ELslProxy< ELgen >::operator ELseverityLevel ( ) const
inline

Definition at line 130 of file ELseverityLevel.h.

131  {
132  return ELgen();
133  }

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