#include <ObjectPointer.hpp>
| Public Types | |
| typedef T | source_type | 
| typedef U | target_type | 
| Public Member Functions | |
| ObjectPointer () | |
| ObjectPointer (const T &s, unsigned fi, const U &t) | |
| Public Attributes | |
| unsigned | fieldIndex | 
| T | source | 
| U | target | 
Data structure for specifying connections between IdfWorkspace and other object collections.
Other object collections include other IdfWorkspaces, IdfFile, IdfObjectVector.
| typedef T openstudio::ObjectPointer< T, U >::source_type | 
| typedef U openstudio::ObjectPointer< T, U >::target_type | 
| 
 | inline | 
| 
 | inline | 
| unsigned openstudio::ObjectPointer< T, U >::fieldIndex | 
| T openstudio::ObjectPointer< T, U >::source | 
| U openstudio::ObjectPointer< T, U >::target |