OpenStudio:utilities/idd
Loading...
Searching...
No Matches
openstudio::IddKeyProperties Struct Reference

#include <IddKeyProperties.hpp>

Public Member Functions

 IddKeyProperties ()
 constructor
 
 IddKeyProperties (const IddKeyProperties &other)
 copy constructor
 
bool operator!= (const IddKeyProperties &other) const
 
bool operator== (const IddKeyProperties &other) const
 equality operator
 

Public Attributes

std::string note
 any notes
 

Detailed Description

IddKeyProperties is an all public class describing the properties of an IddKey object.

Constructor & Destructor Documentation

◆ IddKeyProperties() [1/2]

openstudio::IddKeyProperties::IddKeyProperties ( )

constructor

◆ IddKeyProperties() [2/2]

openstudio::IddKeyProperties::IddKeyProperties ( const IddKeyProperties & other)

copy constructor

Member Function Documentation

◆ operator!=()

bool openstudio::IddKeyProperties::operator!= ( const IddKeyProperties & other) const

◆ operator==()

bool openstudio::IddKeyProperties::operator== ( const IddKeyProperties & other) const

equality operator

Member Data Documentation

◆ note

std::string openstudio::IddKeyProperties::note

any notes