#include <OSSwitch.hpp>
Public Member Functions | |
void | bind (model::ModelObject &modelObject, BoolGetter get, boost::optional< BoolSetter > set=boost::none, boost::optional< NoFailAction > reset=boost::none, boost::optional< BasicQuery > isDefaulted=boost::none) |
void | makeOnOff () |
void | makeTrueFalse () |
void | unbind () |
virtual | ~OSSwitch2 () |
Public Attributes | |
OSSwitch2 * | parent |
|
virtual |
void openstudio::OSSwitch2::bind | ( | model::ModelObject & | modelObject, |
BoolGetter | get, | ||
boost::optional< BoolSetter > | set = boost::none , |
||
boost::optional< NoFailAction > | reset = boost::none , |
||
boost::optional< BasicQuery > | isDefaulted = boost::none |
||
) |
void openstudio::OSSwitch2::makeOnOff | ( | ) |
void openstudio::OSSwitch2::makeTrueFalse | ( | ) |
void openstudio::OSSwitch2::unbind | ( | ) |
OSSwitch2 * openstudio::OSSwitch2::parent |