Holder of Stream reference to an object within the stream. More...
#include <PTR_STRUCT.hh>


Public Member Functions | |
| PTR_STRUCT () | |
| Default constructor. | |
| PTR_STRUCT (data_class_type ClassId, data_instance_type Instance) | |
| Constructor. | |
| virtual class_type | Class () const |
| Retrieve the class identifier. | |
| virtual void | Class (class_type Value) |
| Establish the class identifier. | |
| data_class_type | ClassRaw () const |
| Retrieve the class identifier. | |
| virtual instance_type | Instance () const |
| Retrieve the instance of the class. | |
| virtual void | Instance (instance_type Value) |
| Establish the instance of the class. | |
| data_instance_type | InstanceRaw () const |
| Establish the instance of the class. | |
| const PTR_STRUCT & | operator= (const PTR_STRUCT &RHS) |
| Assignment operator. | |
| cmn_streamsize_type | Bytes (const StreamBase &Stream) const |
| Number of bytes needed to write this structure. | |
| virtual PTR_STRUCT * | Create (IStream &Stream) const |
| Virtual constructor. | |
| virtual PTR_STRUCT * | Clone () const |
| Virtual constructor. | |
| virtual const char * | ObjectStructName () const |
| The name structure name of this object. | |
| virtual void | Write (OStream &Stream) const |
| Write the structure to the stream. | |
| bool | operator== (const PTR_STRUCT &RHS) const |
| comparison operator | |
| virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| comparison operator | |
| bool | operator!= (const PTR_STRUCT &RHS) const |
| comparison operator | |
| PTR_STRUCT () | |
| Default constructor. | |
| PTR_STRUCT (data_class_type ClassId, data_instance_type Instance) | |
| Constructor. | |
| virtual class_type | Class () const |
| Retrieve the class identifier. | |
| virtual void | Class (class_type Value) |
| Establish the class identifier. | |
| data_class_type | ClassRaw () const |
| Retrieve the class identifier. | |
| virtual instance_type | Instance () const |
| Retrieve the instance of the class. | |
| virtual void | Instance (instance_type Value) |
| Establish the instance of the class. | |
| data_instance_type | InstanceRaw () const |
| Establish the instance of the class. | |
| const PTR_STRUCT & | operator= (const PTR_STRUCT &RHS) |
| Assignment operator. | |
| cmn_streamsize_type | Bytes (const StreamBase &Stream) const |
| Number of bytes needed to write this structure. | |
| virtual PTR_STRUCT * | Create (IStream &Stream) const |
| Virtual constructor. | |
| virtual PTR_STRUCT * | Clone () const |
| Virtual constructor. | |
| virtual const char * | ObjectStructName () const |
| The name structure name of this object. | |
| virtual void | Write (OStream &Stream) const |
| Write the structure to the stream. | |
| bool | operator== (const PTR_STRUCT &RHS) const |
| comparison operator | |
| virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| comparison operator | |
| bool | operator!= (const PTR_STRUCT &RHS) const |
| comparison operator | |
| bool | IsNULL () const |
| Determine if the reference represents a NULL reference. | |
| bool | IsNULL () const |
| Determine if the reference represents a NULL reference. | |
| class_type | GetClass () const |
| Retrieve the class identifier. | |
| class_type | GetClass () const |
| Retrieve the class identifier. | |
| virtual const Description * | GetDescription () const |
| Retrieve FrSH/FrSE description of the parent object. | |
| virtual const Description * | GetDescription (ostream_type &Stream) const |
| virtual const Description * | GetDescription () const |
| Retrieve FrSH/FrSE description of the parent object. | |
| virtual const Description * | GetDescription (ostream_type &Stream) const |
| frame_spec_version_type | FrameSpecVersion () const |
| frame_spec_version_type | FrameSpecVersion () const |
| ostream_type & | WriteNext (ostream_type &Stream) const |
| Write a next pointer to the parent to the stream. | |
| ostream_type & | WriteNext (ostream_type &Stream) const |
| Write a next pointer to the parent to the stream. | |
| virtual Object * | Create () const |
| constructor - virtual | |
| virtual Object * | Create (std::istream &Buffer) const |
| constructor - virtual | |
| template<typename PreviousType, typename CurrentType> | |
| FrameSpec::ObjectInterface::promote_ret_type | PromoteObject (FrameSpec::ObjectInterface::frame_spec_version_type Target, FrameSpec::ObjectInterface::frame_spec_version_type Source, FrameSpec::ObjectInterface::promote_arg_type Obj, promote_stream_type *Stream) |
| virtual void | VerifyObject (Verify &Verifier, IFrameStream &Stream) const |
| Verify an object. | |
| virtual void | VerifyObject (Verify &Verifier, IFrameStream &Stream) const |
| Verify an object. | |
Static Public Member Functions | |
| static cmn_streamsize_type | Bytes () |
| Number of bytes needed to write this structure. | |
| static cmn_streamsize_type | Bytes () |
| Number of bytes needed to write this structure. | |
| static std::string | Desc (const std::string &Type) |
| Describe the reference object. | |
| static std::string | Desc (const std::string &Type) |
| Describe the reference object. | |
| static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, demote_stream_type *Stream) |
| Down grade an object. | |
| static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, demote_stream_type *Stream) |
| Down grade an object. | |
| static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, stream_base_type *Stream) |
| Upgrade an object. | |
| template<typename PreviousType, typename CurrentType> | |
| static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, stream_base_type *Stream) |
| Upgrade an object. | |
| static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, stream_base_type *Stream) |
| Upgrade an object. | |
| template<typename PreviousType, typename CurrentType> | |
| static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, stream_base_type *Stream) |
| Upgrade an object. | |
Static Public Attributes | |
| static const PTR_STRUCT & | NULL_PTR |
| Version specific NULL reference. | |
Protected Member Functions | |
| virtual FrameSpec::ObjectInterface::demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, demote_stream_type *Stream) const |
| Demotes object to previous version of the frame spec. | |
| virtual FrameSpec::ObjectInterface::promote_ret_type | promote (INT_2U Target, FrameSpec::ObjectInterface::promote_arg_type Obj, promote_stream_type *Stream) const |
| Promotes object to another version of the frame spec. | |
| virtual FrameSpec::ObjectInterface::demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, demote_stream_type *Stream) const |
| Demotes object to previous version of the frame spec. | |
| virtual FrameSpec::ObjectInterface::promote_ret_type | promote (INT_2U Target, FrameSpec::ObjectInterface::promote_arg_type Obj, promote_stream_type *Stream) const |
| Promotes object to another version of the frame spec. | |
| virtual class_type | getClass () const |
| Retrieve the class identifier. | |
| virtual class_type | getClass () const |
| Retrieve the class identifier. | |
Private Member Functions | |
| PTR_STRUCT (IStream &Stream) | |
| PTR_STRUCT (const PTR_STRUCT &Source) | |
| PTR_STRUCT (IStream &Stream) | |
| PTR_STRUCT (const PTR_STRUCT &Source) | |
Private Attributes | |
| data_class_type | data_class |
| The class identifier. | |
| data_instance_type | data_instance |
| Occurence counter. | |
| const class_type | m_class |
| Storage for the class identifier. | |
| const Description *const | m_desc |
| Description for parent class. | |
| const frame_spec_version_type | frame_spec_version |
| Version of the frame specification. | |
Holder of Stream reference to an object within the stream.
This is a version specific interface to the information.
| typedef PTR_STRUCT_BASE::class_type FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::class_type |
| typedef PTR_STRUCT_BASE::class_type FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::class_type |
| typedef DC FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::data_class_type |
| typedef DC FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::data_class_type |
| typedef DI FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::data_instance_type |
| typedef DI FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::data_instance_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| typedef PTR_STRUCT_BASE::instance_type FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::instance_type |
| typedef PTR_STRUCT_BASE::instance_type FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::instance_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
Default constructor.
|
inline |
Constructor.
| [in] | ClassId | |
| [in] | Instance |
|
inlineprivate |
|
inlineprivate |
| FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::PTR_STRUCT | ( | ) |
Default constructor.
| FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::PTR_STRUCT | ( | data_class_type | ClassId, |
| data_instance_type | Instance ) |
Constructor.
| [in] | ClassId | |
| [in] | Instance |
|
private |
|
private |
|
inlinestatic |
Number of bytes needed to write this structure.
|
static |
Number of bytes needed to write this structure.
|
inlinevirtual |
Number of bytes needed to write this structure.
| [in] | Stream | The stream from which to the object is being read or written. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Number of bytes needed to write this structure.
| [in] | Stream | The stream from which to the object is being read or written. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Retrieve the class identifier.
Implements FrameCPP::Common::PTR_STRUCT_BASE.
|
virtual |
Retrieve the class identifier.
Implements FrameCPP::Common::PTR_STRUCT_BASE.
|
virtual |
Establish the class identifier.
| [in] | Value | The class identifier. |
Implements FrameCPP::Common::PTR_STRUCT_BASE.
|
virtual |
Establish the class identifier.
| [in] | Value | The class identifier. |
Implements FrameCPP::Common::PTR_STRUCT_BASE.
|
inline |
Retrieve the class identifier.
|
inline |
Retrieve the class identifier.
|
inlinevirtual |
Virtual constructor.
Implements FrameCPP::Common::PTR_STRUCT_BASE.
|
virtual |
Virtual constructor.
Implements FrameCPP::Common::PTR_STRUCT_BASE.
|
virtualinherited |
constructor - virtual
Reimplemented in FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Version_3::FrVect, FrameCPP::Version_4::FrTOC, FrameCPP::Version_4::FrTOC, FrameCPP::Version_6::FrTOC, FrameCPP::Version_6::FrTOC, and FrVect.
|
virtualinherited |
constructor - virtual
Reimplemented in FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrVect, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_9::FrHeader, FrameCPP::Version_9::FrHeader, and FrVect.
|
inlinevirtual |
Virtual constructor.
| [in] | Stream | The input stream from which to read the object. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Virtual constructor.
| [in] | Stream | The input stream from which to read the object. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineprotectedvirtual |
Demotes object to previous version of the frame spec.
| [in] | Target | The version of the frame specification to demote too. |
| [in] | Obj | The version of the object to demote. |
| [in] | Stream | The input stream from which the original object was read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
Demotes object to previous version of the frame spec.
| [in] | Target | The version of the frame specification to demote too. |
| [in] | Obj | The version of the object to demote. |
| [in] | Stream | The input stream from which the original object was read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
staticinherited |
Down grade an object.
| [in] | Target | This is the version of the frame specification of the demoted object. |
| [in] | Obj | The base object. |
| [in] | Stream | Stream from which Obj was created. |
|
staticinherited |
Down grade an object.
| [in] | Target | This is the version of the frame specification of the demoted object. |
| [in] | Obj | The base object. |
| [in] | Stream | Stream from which Obj was created. |
|
inlinestaticinherited |
|
staticinherited |
Describe the reference object.
| [in] | Type | The type of object being referenced. |
|
inlineinherited |
|
inherited |
|
inlineinherited |
Retrieve the class identifier.
|
inherited |
Retrieve the class identifier.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlinevirtualinherited |
Retrieve FrSH/FrSE description of the parent object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Retrieve FrSH/FrSE description of the parent object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
Reimplemented in FrameCPP::Version_9::FrameHImpl::ClassicIO< T >, FrameCPP::Version_9::FrameHImpl::ClassicIO< T >, FrameCPP::Version_9::FrameHImpl::ClassicIO< FrameH >, FrameCPP::Version_9::FrameHImpl::ClassicIO< FrameH >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< T >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< T >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< FrEndOfFile >, and FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< FrEndOfFile >.
|
virtualinherited |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
Reimplemented in FrameCPP::Version_9::FrameHImpl::ClassicIO< T >, FrameCPP::Version_9::FrameHImpl::ClassicIO< T >, FrameCPP::Version_9::FrameHImpl::ClassicIO< FrameH >, FrameCPP::Version_9::FrameHImpl::ClassicIO< FrameH >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< T >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< T >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< FrEndOfFile >, and FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< FrEndOfFile >.
|
virtual |
Retrieve the instance of the class.
Implements FrameCPP::Common::PTR_STRUCT_BASE.
|
virtual |
Retrieve the instance of the class.
Implements FrameCPP::Common::PTR_STRUCT_BASE.
|
virtual |
Establish the instance of the class.
| [in] | Value | The instance of the class. |
Implements FrameCPP::Common::PTR_STRUCT_BASE.
|
virtual |
Establish the instance of the class.
| [in] | Value | The instance of the class. |
Implements FrameCPP::Common::PTR_STRUCT_BASE.
|
inline |
Establish the instance of the class.
|
inline |
Establish the instance of the class.
|
inlineinherited |
Determine if the reference represents a NULL reference.
A NULL reference is used to terminate a list of objects.
|
inherited |
Determine if the reference represents a NULL reference.
|
inlinevirtual |
The name structure name of this object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
The name structure name of this object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inline |
comparison operator
| [in] | RHS | The PTR_STRUCT to compare. |
| bool FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::operator!= | ( | const PTR_STRUCT< DC, DI, SPEC_VERSION_T > & | RHS | ) | const |
comparison operator
| [in] | RHS | The PTR_STRUCT to compare. |
| const PTR_STRUCT< DC, DI, SPEC_VERSION_T > & PTR_STRUCT::operator= | ( | const PTR_STRUCT< DC, DI, SPEC_VERSION_T > & | RHS | ) |
Assignment operator.
| [in] | RHS | The source to copy. |
| const PTR_STRUCT & FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::operator= | ( | const PTR_STRUCT< DC, DI, SPEC_VERSION_T > & | RHS | ) |
Assignment operator.
| [in] | RHS | The source to copy. |
|
inlinevirtual |
comparison operator
| [in] | Obj | The stream object to compare. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
comparison operator
| [in] | Obj | The stream object to compare. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inline |
comparison operator
| [in] | RHS | The PTR_STRUCT to compare. |
| bool FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >::operator== | ( | const PTR_STRUCT< DC, DI, SPEC_VERSION_T > & | RHS | ) | const |
comparison operator
| [in] | RHS | The PTR_STRUCT to compare. |
|
inlineprotectedvirtual |
Promotes object to another version of the frame spec.
| [in] | Target | The version of the promoted frame specification. |
| [in] | Obj | The object to be promoted. |
| [in] | Stream | The input stream from which the original object was read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
Promotes object to another version of the frame spec.
| [in] | Target | The version of the promoted frame specification. |
| [in] | Obj | The object to be promoted. |
| [in] | Stream | The input stream from which the original object was read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inherited |
|
virtualinherited |
Verify an object.
| [in,out] | Verifier | Set of rules to use in verification of the object. If an error occurs, the violation is logged here. |
| [in] | Stream | The stream that is being used to read the object. |
Reimplemented in FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrVect, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrVect, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrVect, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_9::FrEndOfFile, FrameCPP::Version_9::FrEndOfFile, FrameCPP::Version_9::FrHeader, FrameCPP::Version_9::FrHeader, and FrVect.
|
virtualinherited |
Verify an object.
| [in,out] | Verifier | Set of rules to use in verification of the object. If an error occurs, the violation is logged here. |
| [in] | Stream | The stream that is being used to read the object. |
Reimplemented in FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrVect, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrVect, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrVect, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_9::FrEndOfFile, FrameCPP::Version_9::FrEndOfFile, FrameCPP::Version_9::FrHeader, FrameCPP::Version_9::FrHeader, and FrVect.
|
inlinevirtual |
Write the structure to the stream.
| [in] | Stream | The output stream where the object is to be written. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Write the structure to the stream.
| [in] | Stream | The output stream where the object is to be written. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inherited |
Write a next pointer to the parent to the stream.
| [in,out] | Stream | The output stream to receive the next pointer. |
|
inherited |
Write a next pointer to the parent to the stream.
| [in,out] | Stream | The output stream to receive the next pointer. |
|
private |
The class identifier.
The class identifier of the object. The values of 0, 1, and 2 are reserved by the frame specification. The value 0 is used to partially identify the end of series of chained objects. The value 1 is reserved to identify the FrSH class of objects. The vlaue 2 is reserved to identify the FrSE class of objects. All other values are at the descretion of the library implementing the frame specification.
|
private |
Occurence counter.
Counter for occurrence of this class of object within the current frame or current file. It starts from zero (0).
|
privateinherited |
Version of the frame specification.
The version of the frame specification for which this object was created.
|
privateinherited |
Storage for the class identifier.
The class identifier uniquely identifies the parent class within the frame specification. All instances of parent class will have the same class identifier.
|
privateinherited |
Description for parent class.
The description for the parent class composed of one FrSH and one or more FrSE elements.
|
static |
Version specific NULL reference.