OpenStudioCore:energyplus
 All Classes Namespaces Functions Typedefs Enumerations Enumerator Pages
Public Types | Public Member Functions | Static Public Member Functions | List of all members
openstudio::energyplus::ErrorLevel Class Reference

#include <ErrorFile.hpp>

+ Inheritance diagram for openstudio::energyplus::ErrorLevel:

Public Types

enum  domain { BOOST_PP_SEQ_FOR_EACH =(OPENSTUDIO_ENUM_DOMAIN_ELEM, ErrorLevel , ((Warning)) ((Severe)) ((Fatal)) ) }
 

Public Member Functions

 ErrorLevel ()
 
 ErrorLevel (const std::string &t_name)
 
 ErrorLevel (int t_value)
 
domain value () const
 

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

EnergyPlus warning/error levels.

Member Enumeration Documentation

Enumerator
BOOST_PP_SEQ_FOR_EACH 

Constructor & Destructor Documentation

openstudio::energyplus::ErrorLevel::ErrorLevel ( )
inline
openstudio::energyplus::ErrorLevel::ErrorLevel ( const std::string &  t_name)
inline
openstudio::energyplus::ErrorLevel::ErrorLevel ( int  t_value)
inline

Member Function Documentation

static std::string openstudio::energyplus::ErrorLevel::enumName ( )
inlinestatic
domain openstudio::energyplus::ErrorLevel::value ( ) const
inline