OpenStudio:utilities/idd
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
openstudio::IddKeyProperties Struct Reference

#include <IddKeyProperties.hpp>

Public Member Functions

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

Public Attributes

std::string note
 any notes More...
 

Detailed Description

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

Constructor & Destructor Documentation

openstudio::IddKeyProperties::IddKeyProperties ( )

constructor

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

copy constructor

Member Function Documentation

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

equality operator

Member Data Documentation

std::string openstudio::IddKeyProperties::note

any notes