#include <ForwardTranslatorOptions.hpp>
openstudio::ForwardTranslatorOptions::ForwardTranslatorOptions |
( |
| ) |
|
openstudio::ForwardTranslatorOptions::ForwardTranslatorOptions |
( |
std::shared_ptr< detail::ForwardTranslatorOptions_Impl > |
impl | ) |
|
|
explicitprotected |
bool openstudio::ForwardTranslatorOptions::excludeHTMLOutputReport |
( |
| ) |
const |
bool openstudio::ForwardTranslatorOptions::excludeLCCObjects |
( |
| ) |
const |
bool openstudio::ForwardTranslatorOptions::excludeSpaceTranslation |
( |
| ) |
const |
bool openstudio::ForwardTranslatorOptions::excludeSQliteOutputReport |
( |
| ) |
const |
bool openstudio::ForwardTranslatorOptions::excludeVariableDictionary |
( |
| ) |
const |
static boost::optional<ForwardTranslatorOptions> openstudio::ForwardTranslatorOptions::fromString |
( |
const std::string & |
s | ) |
|
|
static |
Construct from JSON formatted string.
bool openstudio::ForwardTranslatorOptions::iPTabularOutput |
( |
| ) |
const |
bool openstudio::ForwardTranslatorOptions::isExcludeHTMLOutputReportDefaulted |
( |
| ) |
const |
bool openstudio::ForwardTranslatorOptions::isExcludeLCCObjectsDefaulted |
( |
| ) |
const |
bool openstudio::ForwardTranslatorOptions::isExcludeSpaceTranslationDefaulted |
( |
| ) |
const |
bool openstudio::ForwardTranslatorOptions::isExcludeSQliteOutputReportDefaulted |
( |
| ) |
const |
bool openstudio::ForwardTranslatorOptions::isExcludeVariableDictionaryDefaulted |
( |
| ) |
const |
bool openstudio::ForwardTranslatorOptions::isIPTabularOutputDefaulted |
( |
| ) |
const |
bool openstudio::ForwardTranslatorOptions::isKeepRunControlSpecialDaysDefaulted |
( |
| ) |
const |
bool openstudio::ForwardTranslatorOptions::keepRunControlSpecialDays |
( |
| ) |
const |
void openstudio::ForwardTranslatorOptions::reset |
( |
| ) |
|
void openstudio::ForwardTranslatorOptions::resetExcludeHTMLOutputReport |
( |
| ) |
|
void openstudio::ForwardTranslatorOptions::resetExcludeLCCObjects |
( |
| ) |
|
void openstudio::ForwardTranslatorOptions::resetExcludeSpaceTranslation |
( |
| ) |
|
void openstudio::ForwardTranslatorOptions::resetExcludeSQliteOutputReport |
( |
| ) |
|
void openstudio::ForwardTranslatorOptions::resetExcludeVariableDictionary |
( |
| ) |
|
void openstudio::ForwardTranslatorOptions::resetIPTabularOutput |
( |
| ) |
|
void openstudio::ForwardTranslatorOptions::resetKeepRunControlSpecialDays |
( |
| ) |
|
void openstudio::ForwardTranslatorOptions::setExcludeHTMLOutputReport |
( |
bool |
excludeHTMLOutputReport | ) |
|
void openstudio::ForwardTranslatorOptions::setExcludeLCCObjects |
( |
bool |
excludeLCCObjects | ) |
|
void openstudio::ForwardTranslatorOptions::setExcludeSpaceTranslation |
( |
bool |
excludeSpaceTranslation | ) |
|
void openstudio::ForwardTranslatorOptions::setExcludeSQliteOutputReport |
( |
bool |
excludeSQliteOutputReport | ) |
|
void openstudio::ForwardTranslatorOptions::setExcludeVariableDictionary |
( |
bool |
excludeVariableDictionary | ) |
|
void openstudio::ForwardTranslatorOptions::setIPTabularOutput |
( |
bool |
iPTabularOutput | ) |
|
void openstudio::ForwardTranslatorOptions::setKeepRunControlSpecialDays |
( |
bool |
keepRunControlSpecialDays | ) |
|
std::string openstudio::ForwardTranslatorOptions::string |
( |
| ) |
const |
Serialize to JSON formatted string.
Json::Value openstudio::ForwardTranslatorOptions::toJSON |
( |
| ) |
const |