#include <Written.hpp>


Public Member Functions | |
| virtual WrittenSharedPtr | newWrittenPtr (const TimeStamp &inTimeStamp, const StatusSharedPtr &inStatusPtr, const std::string &inAuthorName=std::string(), const std::string &inProgramName=std::string(), const std::string &inProgramVersion=std::string(), const std::string &inDataOriginLocName=std::string(), const std::string &inDataOriginVersion=std::string()) throw (Error) |
Definition at line 47 of file Written.hpp.
| WrittenSharedPtr torc::generic::Written::Factory::newWrittenPtr | ( | const TimeStamp & | inTimeStamp, | |
| const StatusSharedPtr & | inStatusPtr, | |||
| const std::string & | inAuthorName = std::string(), |
|||
| const std::string & | inProgramName = std::string(), |
|||
| const std::string & | inProgramVersion = std::string(), |
|||
| const std::string & | inDataOriginLocName = std::string(), |
|||
| const std::string & | inDataOriginVersion = std::string() | |||
| ) | throw (Error) [virtual] |
Create a written.
| [in] | inTimeStamp | TimeStamp in Universal Time Coordinate. |
| [in] | inStatusPtr | Pointer to parented(Status) object. |
| [in] | inAuthorName | Name of the author |
| [in] | inProgramName | Name of the program |
| [in] | inProgramVersion | Version of the program |
| [in] | inDataOriginLocName | Data Origin Location Name |
| [in] | inDataOriginVersion | Version of the DataOrigin |
| [in] | inTimeStamp | TimeStamp in Universal Time Coordinate. |
| [in] | inStatusPtr | Pointer to parented(Status) object. |
| [in] | inAuthorName | Name of the author |
| [in] | inProgramName | Name of the program |
| [in] | inProgramVersion | Version of the program |
| [in] | inDataOriginLocName | Data Origin Location Name |
| [in] | inDataOriginVersion | Version of the DataOrigin |
Definition at line 37 of file Written.cpp.
1.5.6