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

#include "EnergyManagementSystemGlobalVariable.hpp"

Inheritance diagram for openstudio::model::EnergyManagementSystemGlobalVariable:

Public Member Functions

bool exportToBCVTB () const
bool isExportToBCVTBDefaulted () const
void resetExportToBCVTB ()
bool setExportToBCVTB (bool exportToBCVTB)
 EnergyManagementSystemGlobalVariable (const Model &model, const std::string &variableName)
virtual ~EnergyManagementSystemGlobalVariable ()=default
 EnergyManagementSystemGlobalVariable (const EnergyManagementSystemGlobalVariable &other)=default
 EnergyManagementSystemGlobalVariable (EnergyManagementSystemGlobalVariable &&other)=default
EnergyManagementSystemGlobalVariableoperator= (const EnergyManagementSystemGlobalVariable &)=default
EnergyManagementSystemGlobalVariableoperator= (EnergyManagementSystemGlobalVariable &&)=default

Static Public Member Functions

static IddObjectType iddObjectType ()

Related Functions

using EnergyManagementSystemGlobalVariableVector = std::vector< EnergyManagementSystemGlobalVariable >
using OptionalEnergyManagementSystemGlobalVariable = boost::optional< EnergyManagementSystemGlobalVariable >

Detailed Description

EnergyManagementSystemGlobalVariable is a ModelObject that wraps the OpenStudio IDD object 'OS:EnergyManagementSystem:GlobalVariable'.

Constructor & Destructor Documentation

openstudio::model::EnergyManagementSystemGlobalVariable::EnergyManagementSystemGlobalVariable ( const Model model,
const std::string &  variableName 
)
explicit
virtual openstudio::model::EnergyManagementSystemGlobalVariable::~EnergyManagementSystemGlobalVariable ( )
virtualdefault
openstudio::model::EnergyManagementSystemGlobalVariable::EnergyManagementSystemGlobalVariable ( const EnergyManagementSystemGlobalVariable other)
default
openstudio::model::EnergyManagementSystemGlobalVariable::EnergyManagementSystemGlobalVariable ( EnergyManagementSystemGlobalVariable &&  other)
default

Member Function Documentation

bool openstudio::model::EnergyManagementSystemGlobalVariable::exportToBCVTB ( ) const
static IddObjectType openstudio::model::EnergyManagementSystemGlobalVariable::iddObjectType ( )
static
bool openstudio::model::EnergyManagementSystemGlobalVariable::isExportToBCVTBDefaulted ( ) const
EnergyManagementSystemGlobalVariable& openstudio::model::EnergyManagementSystemGlobalVariable::operator= ( const EnergyManagementSystemGlobalVariable )
default
EnergyManagementSystemGlobalVariable& openstudio::model::EnergyManagementSystemGlobalVariable::operator= ( EnergyManagementSystemGlobalVariable &&  )
default
void openstudio::model::EnergyManagementSystemGlobalVariable::resetExportToBCVTB ( )
bool openstudio::model::EnergyManagementSystemGlobalVariable::setExportToBCVTB ( bool  exportToBCVTB)

Friends And Related Function Documentation