ldas-tools-framecpp
2.7.0
|
Holder of Stream reference to an object within the stream. More...
#include <PTR_STRUCT.hh>
Public Types | |
typedef DC | data_class_type |
typedef DI | data_instance_type |
typedef PTR_STRUCT_BASE::class_type | class_type |
typedef PTR_STRUCT_BASE::instance_type | instance_type |
typedef DC | data_class_type |
typedef DI | data_instance_type |
typedef PTR_STRUCT_BASE::class_type | class_type |
typedef PTR_STRUCT_BASE::instance_type | instance_type |
typedef FrameSpec::version_type | frame_spec_version_type |
typedef FrameSpec::version_type | frame_spec_version_type |
typedef boost::shared_ptr< Object > | object_type |
typedef boost::shared_ptr< Object > | object_type |
typedef std::unique_ptr< Object > | unique_object_type |
typedef std::unique_ptr< Object > | unique_object_type |
typedef object_type | demote_arg_type |
typedef object_type | demote_arg_type |
typedef object_type | demote_ret_type |
typedef object_type | demote_ret_type |
typedef object_type | promote_arg_type |
typedef object_type | promote_arg_type |
typedef object_type | promote_ret_type |
typedef object_type | promote_ret_type |
Public Member Functions | |
PTR_STRUCT () | |
Default constructor. More... | |
PTR_STRUCT (data_class_type ClassId, data_instance_type Instance) | |
Constructor. More... | |
virtual class_type | Class () const |
Retrieve the class identifier. More... | |
virtual void | Class (class_type Value) |
Establish the class identifier. More... | |
data_class_type | ClassRaw () const |
Retrieve the class identifier. More... | |
virtual instance_type | Instance () const |
Retrieve the instance of the class. More... | |
virtual void | Instance (instance_type Value) |
Establish the instance of the class. More... | |
data_instance_type | InstanceRaw () const |
Establish the instance of the class. More... | |
const PTR_STRUCT & | operator= (const PTR_STRUCT &RHS) |
Assignment operator. More... | |
cmn_streamsize_type | Bytes (const StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
virtual PTR_STRUCT * | Create (IStream &Stream) const |
Virtual constructor. More... | |
virtual PTR_STRUCT * | Clone () const |
Virtual constructor. More... | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. More... | |
virtual void | Write (OStream &Stream) const |
Write the structure to the stream. More... | |
bool | operator== (const PTR_STRUCT &RHS) const |
comparison operator More... | |
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
comparison operator More... | |
bool | operator!= (const PTR_STRUCT &RHS) const |
comparison operator More... | |
PTR_STRUCT () | |
Default constructor. More... | |
PTR_STRUCT (data_class_type ClassId, data_instance_type Instance) | |
Constructor. More... | |
virtual class_type | Class () const |
Retrieve the class identifier. More... | |
virtual void | Class (class_type Value) |
Establish the class identifier. More... | |
data_class_type | ClassRaw () const |
Retrieve the class identifier. More... | |
virtual instance_type | Instance () const |
Retrieve the instance of the class. More... | |
virtual void | Instance (instance_type Value) |
Establish the instance of the class. More... | |
data_instance_type | InstanceRaw () const |
Establish the instance of the class. More... | |
const PTR_STRUCT & | operator= (const PTR_STRUCT &RHS) |
Assignment operator. More... | |
cmn_streamsize_type | Bytes (const StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
virtual PTR_STRUCT * | Create (IStream &Stream) const |
Virtual constructor. More... | |
virtual PTR_STRUCT * | Clone () const |
Virtual constructor. More... | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. More... | |
virtual void | Write (OStream &Stream) const |
Write the structure to the stream. More... | |
bool | operator== (const PTR_STRUCT &RHS) const |
comparison operator More... | |
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
comparison operator More... | |
bool | operator!= (const PTR_STRUCT &RHS) const |
comparison operator More... | |
bool | IsNULL () const |
Determine if the reference represents a NULL reference. More... | |
bool | IsNULL () const |
Determine if the reference represents a NULL reference. More... | |
class_type | GetClass () const |
Retrieve the class identifier. More... | |
class_type | GetClass () const |
Retrieve the class identifier. More... | |
const Description * | GetDescription () const |
Retrieve FrSH/FrSE description of the parent object. More... | |
const Description * | GetDescription () const |
Retrieve FrSH/FrSE description of the parent object. More... | |
ostream_type & | WriteNext (ostream_type &Stream) const |
Write a next pointer to the parent to the stream. More... | |
ostream_type & | WriteNext (ostream_type &Stream) const |
Write a next pointer to the parent to the stream. More... | |
virtual Object * | Create () const |
constructor - virtual More... | |
virtual Object * | Create (std::istream &Buffer) const |
constructor - virtual More... | |
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, IStream *Stream) |
virtual void | VerifyObject (Verify &Verifier, IFrameStream &Stream) const |
Verify an object. More... | |
virtual void | VerifyObject (Verify &Verifier, IFrameStream &Stream) const |
Verify an object. More... | |
virtual void | Write (ostream_type &Stream) const =0 |
Write object to the stream. More... | |
Static Public Member Functions | |
static cmn_streamsize_type | Bytes () |
Number of bytes needed to write this structure. More... | |
static cmn_streamsize_type | Bytes () |
Number of bytes needed to write this structure. More... | |
static std::string | Desc (const std::string &Type) |
Describe the reference object. More... | |
static std::string | Desc (const std::string &Type) |
Describe the reference object. More... | |
static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream) |
Down grade an object. More... | |
static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream) |
Down grade an object. More... | |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
Upgrade an object. More... | |
template<typename PreviousType , typename CurrentType > | |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
Upgrade an object. More... | |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
Upgrade an object. More... | |
template<typename PreviousType , typename CurrentType > | |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
Upgrade an object. More... | |
Static Public Attributes | |
static const PTR_STRUCT & | NULL_PTR = PTR_STRUCT< DC, DI >( 0, 0 ) |
Version specific NULL reference. More... | |
Protected Member Functions | |
virtual FrameSpec::ObjectInterface::demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, IStream *Stream) const |
Demotes object to previous version of the frame spec. More... | |
virtual FrameSpec::ObjectInterface::promote_ret_type | promote (INT_2U Target, FrameSpec::ObjectInterface::promote_arg_type Obj, IStream *Stream) const |
Promotes object to another version of the frame spec. More... | |
virtual FrameSpec::ObjectInterface::demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, IStream *Stream) const |
Demotes object to previous version of the frame spec. More... | |
virtual FrameSpec::ObjectInterface::promote_ret_type | promote (INT_2U Target, FrameSpec::ObjectInterface::promote_arg_type Obj, IStream *Stream) const |
Promotes object to another version of the frame spec. More... | |
virtual class_type | getClass () const |
Retrieve the class identifier. More... | |
virtual class_type | getClass () const |
Retrieve the class identifier. More... | |
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. More... | |
data_instance_type | data_instance |
Occurence counter. More... | |
const class_type | m_class |
Storage for the class identifier. More... | |
const Description *const | m_desc |
Description for parent class. More... | |
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 >::class_type |
typedef PTR_STRUCT_BASE::class_type FrameCPP::Common::PTR_STRUCT< DC, DI >::class_type |
typedef DC FrameCPP::Common::PTR_STRUCT< DC, DI >::data_class_type |
typedef DC FrameCPP::Common::PTR_STRUCT< DC, DI >::data_class_type |
typedef DI FrameCPP::Common::PTR_STRUCT< DC, DI >::data_instance_type |
typedef DI FrameCPP::Common::PTR_STRUCT< DC, DI >::data_instance_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef PTR_STRUCT_BASE::instance_type FrameCPP::Common::PTR_STRUCT< DC, DI >::instance_type |
typedef PTR_STRUCT_BASE::instance_type FrameCPP::Common::PTR_STRUCT< DC, DI >::instance_type |
|
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 >::PTR_STRUCT | ( | ) |
Default constructor.
FrameCPP::Common::PTR_STRUCT< DC, DI >::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::Version_8::FrTOC, FrameCPP::Version_6::FrTOC, FrameCPP::Version_4::FrTOC, FrameCPP::Version_8::FrTOC, FrameCPP::Version_6::FrTOC, and FrameCPP::Version_4::FrTOC.
|
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.
|
virtualinherited |
constructor - virtual
Reimplemented in FrameCPP::Version_8::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrTOC, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrStatData, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrTOC, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, and FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrStatData, checksum_type >.
|
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 |
Describe the reference object.
[in] | Type | The type of object being referenced. |
Output the descriptive text that needs to be part of the FrSE object used to describe the entirety of an object.
|
staticinherited |
Describe the reference object.
[in] | Type | The type of object being referenced. |
|
inlineinherited |
Retrieve the class identifier.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inherited |
Retrieve the class identifier.
|
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.
|
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 >::operator!= | ( | const PTR_STRUCT< DC, DI > & | RHS | ) | const |
comparison operator
[in] | RHS | The PTR_STRUCT to compare. |
const PTR_STRUCT< DC, DI > & PTR_STRUCT::operator= | ( | const PTR_STRUCT< DC, DI > & | RHS | ) |
Assignment operator.
[in] | RHS | The source to copy. |
const PTR_STRUCT& FrameCPP::Common::PTR_STRUCT< DC, DI >::operator= | ( | const PTR_STRUCT< DC, DI > & | 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 >::operator== | ( | const PTR_STRUCT< DC, DI > & | 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 |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
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_8::FrVect, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Version_8::FrVect, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, and FrameCPP::Version_3::FrameH.
|
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_8::FrVect, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Version_8::FrVect, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, and FrameCPP::Version_3::FrameH.
|
inlinevirtual |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
virtual |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
pure virtualinherited |
Write object to the stream.
[in,out] | Stream | The stream being written with the contents of object. |
Implemented in FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrSimEvent, FrameCPP::Version_7::FrSimData, FrameCPP::Version_7::FrSerData, FrameCPP::Version_7::FrRawData, FrameCPP::Version_7::FrEvent, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrTOC, FrameCPP::Version_6::FrTable, FrameCPP::Version_6::FrSummary, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrSimEvent, FrameCPP::Version_6::FrSimData, FrameCPP::Version_6::FrSerData, FrameCPP::Version_6::FrRawData, FrameCPP::Version_6::FrProcData, FrameCPP::Version_6::FrMsg, FrameCPP::Version_6::FrEvent, FrameCPP::Version_6::FrEndOfFrame, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrDetector, FrameCPP::Version_6::FrAdcData, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrTrigData, FrameCPP::Version_4::FrTOC, FrameCPP::Version_4::FrTable, FrameCPP::Version_4::FrSummary, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrSimEvent, FrameCPP::Version_4::FrSimData, FrameCPP::Version_4::FrSerData, FrameCPP::Version_4::FrRawData, FrameCPP::Version_4::FrProcData, FrameCPP::Version_4::FrEndOfFrame, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrDetector, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrAdcData, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrTrigData, FrameCPP::Version_3::FrSummary, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSimData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSerData, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrRawData, FrameCPP::Version_3::FrProcData, FrameCPP::Version_3::FrMsg, FrameCPP::Version_3::FrHistory, FrameCPP::Version_3::FrEndOfFrame, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrDetector, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrAdcData, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrSimEvent, FrameCPP::Version_7::FrSimData, FrameCPP::Version_7::FrSerData, FrameCPP::Version_7::FrRawData, FrameCPP::Version_7::FrEvent, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrTOC, FrameCPP::Version_6::FrTable, FrameCPP::Version_6::FrSummary, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrSimEvent, FrameCPP::Version_6::FrSimData, FrameCPP::Version_6::FrSerData, FrameCPP::Version_6::FrRawData, FrameCPP::Version_6::FrProcData, FrameCPP::Version_6::FrMsg, FrameCPP::Version_6::FrEvent, FrameCPP::Version_6::FrEndOfFrame, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrDetector, FrameCPP::Version_6::FrAdcData, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrTrigData, FrameCPP::Version_4::FrTOC, FrameCPP::Version_4::FrTable, FrameCPP::Version_4::FrSummary, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrSimEvent, FrameCPP::Version_4::FrSimData, FrameCPP::Version_4::FrSerData, FrameCPP::Version_4::FrRawData, FrameCPP::Version_4::FrProcData, FrameCPP::Version_4::FrEndOfFrame, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrDetector, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrAdcData, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrTrigData, FrameCPP::Version_3::FrSummary, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSimData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSerData, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrRawData, FrameCPP::Version_3::FrProcData, FrameCPP::Version_3::FrMsg, FrameCPP::Version_3::FrHistory, FrameCPP::Version_3::FrEndOfFrame, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrDetector, FrameCPP::Version_3::FrameH, and FrameCPP::Version_3::FrAdcData.
|
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 |
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.