LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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 14 of file ELseverityLevel.h.

Member Function Documentation

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

Definition at line 157 of file ELseverityLevel.h.

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

Definition at line 136 of file ELseverityLevel.h.

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

Definition at line 150 of file ELseverityLevel.h.

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

Definition at line 143 of file ELseverityLevel.h.

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

Definition at line 164 of file ELseverityLevel.h.

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

Definition at line 129 of file ELseverityLevel.h.

130  {
131  return ELgen();
132  }

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