torc-master
|
#include <Written.hpp>
Public Types | |
typedef Written | Type |
typedef SelfReferencing< Type > ::Pointer | Pointer |
typedef SelfReferencing< Type > ::WeakPointer | WeakPointer |
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) |
virtual void | create (Pointer &outPointer) throw (Error) |
Convenience class to create a written.
Definition at line 43 of file Written.hpp.
|
inherited |
A pointer to an object of type Type
Definition at line 45 of file FactoryType.hpp.
|
inherited |
A rename of the parameter type
Definition at line 40 of file FactoryType.hpp.
|
inherited |
A weak pointer to an object of type Type
Definition at line 50 of file FactoryType.hpp.
|
inlinevirtualinherited |
Create an object of the Type specification of Factory. If the object has a boost::weak_ptr to itself, it is the task of this method to set this after the object is created.
Definition at line 58 of file FactoryType.hpp.
|
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 |
Definition at line 35 of file Written.cpp.