#include <OSConcepts.hpp>
Inheritance diagram for openstudio::ChoiceConcept:Public Member Functions | |
| virtual std::vector< std::string > | choices ()=0 |
| virtual void | clear () |
| virtual bool | editable () |
| virtual std::string | get ()=0 |
| virtual bool | isDefaulted () |
| virtual bool | set (std::string value)=0 |
| virtual | ~ChoiceConcept () |
Concept of being able to get and set std::string choices.
|
inlinevirtual |
|
pure virtual |
|
inlinevirtual |
|
inlinevirtual |
|
pure virtual |
|
inlinevirtual |
|
pure virtual |