#include <OpeResultIOHelper.h>
Collaboration diagram for SctData::OpeResultIOHelper:

Public Member Functions | |
| OpeResultIOHelper () | |
| constructor takes a OpeResult as its argument | |
| std::auto_ptr< OpeResult > | create () |
| allows creation of a OpeResult without UniqueID | |
| void | set (OpeResult &r) |
| set with a OpeResult so that methods can be used | |
| void | setUniqueID (const Sct::UniqueID &id) |
| sets the UniqueID of the OpeResult it was constructed with | |
Private Attributes | |
| OpeResult * | result |
Definition at line 8 of file OpeResultIOHelper.h.
|
|
constructor takes a OpeResult as its argument
Definition at line 4 of file OpeResultIOHelper.cpp. |
|
|
allows creation of a OpeResult without UniqueID
Definition at line 15 of file OpeResultIOHelper.cpp. Referenced by SctData::IO::OpeStreamer_v1::read(). |
|
|
set with a OpeResult so that methods can be used
Definition at line 6 of file OpeResultIOHelper.cpp. References result. Referenced by SctData::IO::OpeStreamer_v1::read(). |
|
|
sets the UniqueID of the OpeResult it was constructed with
Definition at line 10 of file OpeResultIOHelper.cpp. References SctData::OpeResult::m_uniqueID, and result. Referenced by SctData::IO::OpeStreamer_v1::read(). |
1.4.6