#include <FrameSpec.hh>
◆ istream_type
◆ ostream_type
◆ self_type
◆ ObjectWithChecksum() [1/5]
template<typename ObjectType>
◆ ObjectWithChecksum() [2/5]
template<typename ObjectType>
◆ ObjectWithChecksum() [3/5]
template<typename ObjectType>
◆ ObjectWithChecksum() [4/5]
template<typename ObjectType>
◆ ObjectWithChecksum() [5/5]
template<typename ObjectType>
◆ ~ObjectWithChecksum()
template<typename ObjectType>
◆ Bytes()
Return the number of bytes for this object.
- Parameters
-
[in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
- Returns
- The number of bytes for this object
◆ CheckSumDataClass()
Data class to be used in class field of FrSE.
◆ CheckSumDataComment()
Comment to be used in comment field of FrSE.
◆ Create()
Virtual constructor.
- Parameters
-
[in] | Stream | The input stream from where the object is being read. |
- Returns
- Return pointer to the newly allocated resource.
◆ pBytes()
|
protectedpure virtualinherited |
Number of bytes needed to write this structure.
- Parameters
-
[in] | Stream | The stream from which to the object is being read or written. |
- Returns
- The number of bytes need to read or write this object.
◆ pCreate()
|
protectedpure virtualinherited |
Virtual constructor.
- Parameters
-
[in] | Stream | The input stream from where the object is being read. |
- Returns
- The newly allocated object.
◆ pWrite()
|
protectedpure virtualinherited |
Write the structure to the stream.
- Parameters
-
[in] | Stream | The output stream where the object is to be written. |
◆ Write()
Write object to the stream.
The documentation for this class was generated from the following file: