#include "IddKey.hpp"
Public Member Functions | |
IddKey () | |
IddKey (const IddKey &other) | |
std::string | name () const |
const IddKeyProperties & | properties () const |
bool | operator== (const IddKey &other) const |
bool | operator!= (const IddKey &other) const |
Related Functions | |
typedef std::vector< IddKey > | IddKeyVector |
std::ostream & | operator<< (std::ostream &os, const IddKey &iddKey) |
typedef boost::optional< IddKey > | OptionalIddKey |
Serialization | |
std::ostream & | print (std::ostream &os) const |
static boost::optional< IddKey > | load (const std::string &name, const std::string &text) |
IddKey represents an enumeration value for an IDD field of type choice.
openstudio::IddKey::IddKey | ( | ) |
Default constructor.
openstudio::IddKey::IddKey | ( | const IddKey & | other | ) |
Copy constructor shares implementation.
|
static |
Load from text.
std::string openstudio::IddKey::name | ( | ) | const |
Returns the key name.
bool openstudio::IddKey::operator!= | ( | const IddKey & | other | ) | const |
Negation of operator==.
bool openstudio::IddKey::operator== | ( | const IddKey & | other | ) | const |
Returns true if all data is exactly equal.
std::ostream& openstudio::IddKey::print | ( | std::ostream & | os | ) | const |
Print to os in standard IDD format.
const IddKeyProperties& openstudio::IddKey::properties | ( | ) | const |
Returns the key properties.
|
related |
|
related |
|
related |