#include <ObjectPointer.hpp>
Public Types | |
using | source_type = T |
using | target_type = U |
Public Member Functions | |
ObjectPointer ()=default | |
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.
using openstudio::ObjectPointer< T, U >::source_type = T |
using openstudio::ObjectPointer< T, U >::target_type = U |
|
default |
|
inline |
unsigned openstudio::ObjectPointer< T, U >::fieldIndex |
T openstudio::ObjectPointer< T, U >::source |
U openstudio::ObjectPointer< T, U >::target |