OpenStudio:model
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages

#include "WeatherFileDays.hpp"

Inheritance diagram for openstudio::model::WeatherFileDays:

Public Member Functions

 WeatherFileDays (const Model &model)
virtual ~WeatherFileDays ()

Static Public Member Functions

static IddObjectType iddObjectType ()

Protected Types

typedef
detail::WeatherFileDays_Impl 
ImplType

Protected Member Functions

 WeatherFileDays (std::shared_ptr< detail::WeatherFileDays_Impl > impl)

Related Functions

typedef boost::optional
< WeatherFileDays
OptionalWeatherFileDays
typedef std::vector
< WeatherFileDays
WeatherFileDaysVector

Member Typedef Documentation

typedef detail::WeatherFileDays_Impl openstudio::model::WeatherFileDays::ImplType
protected

Constructor & Destructor Documentation

openstudio::model::WeatherFileDays::WeatherFileDays ( const Model model)
explicit
virtual openstudio::model::WeatherFileDays::~WeatherFileDays ( )
inlinevirtual
openstudio::model::WeatherFileDays::WeatherFileDays ( std::shared_ptr< detail::WeatherFileDays_Impl >  impl)
explicitprotected

Member Function Documentation

static IddObjectType openstudio::model::WeatherFileDays::iddObjectType ( )
static

Friends And Related Function Documentation

typedef boost::optional<WeatherFileDays> OptionalWeatherFileDays
related
typedef std::vector<WeatherFileDays> WeatherFileDaysVector
related