ldas-tools-framecpp
2.8.1
|
#include <FrSEClassicIO.hh>
Public Types | |
typedef STRING | io_name_type |
typedef STRING | io_id_type |
typedef STRING | io_comment_type |
typedef STRING | io_name_type |
typedef STRING | io_id_type |
typedef STRING | io_comment_type |
typedef STRING | io_name_type |
typedef STRING | io_id_type |
typedef STRING | io_comment_type |
typedef std::string | name_type |
typedef std::string | name_type |
typedef std::string | name_type |
typedef std::string | classId_type |
typedef std::string | classId_type |
typedef std::string | classId_type |
typedef std::string | comment_type |
typedef std::string | comment_type |
typedef std::string | comment_type |
typedef const char *const | struct_name_type |
typedef const char *const | struct_name_type |
typedef const char *const | struct_name_type |
typedef const char *const | struct_desc_type |
typedef const char *const | struct_desc_type |
typedef const char *const | struct_desc_type |
typedef INT_2U const | struct_id_type |
typedef INT_2U const | struct_id_type |
typedef INT_2U const | struct_id_type |
typedef ObjectWithChecksum< ObjectType, ChecksumType > | self_type |
typedef ObjectWithChecksum< ObjectType, ChecksumType > | self_type |
typedef ObjectWithChecksum< ObjectType, ChecksumType > | self_type |
typedef IStream | istream_type |
typedef IStream | istream_type |
typedef IStream | istream_type |
typedef OStream | ostream_type |
typedef OStream | ostream_type |
typedef OStream | ostream_type |
Public Member Functions | |
ClassicIO () | |
Common::FrameSpec::Object * | Clone () const |
virtual const char * | ObjectStructName () const |
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
comparison operator More... | |
ClassicIO () | |
Common::FrameSpec::Object * | Clone () const |
virtual const char * | ObjectStructName () const |
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
comparison operator More... | |
ClassicIO () | |
Common::FrameSpec::Object * | Clone () const |
virtual const char * | ObjectStructName () const |
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
comparison operator More... | |
bool | operator== (const Common::FrameSpec::Object &Obj) const |
const name_type & | GetName () const |
Return name of object. More... | |
const name_type & | GetName () const |
Return name of object. More... | |
const name_type & | GetName () const |
Return name of object. More... | |
const classId_type & | GetClass () const |
Return class of object. More... | |
const classId_type & | GetClass () const |
Return class of object. More... | |
const classId_type & | GetClass () const |
Return class of object. More... | |
const comment_type & | GetComment () const |
Return comment of object. More... | |
const comment_type & | GetComment () const |
Return comment of object. More... | |
const comment_type & | GetComment () const |
Return comment of object. More... | |
bool | operator== (const Data &RHS) const |
comparison operator More... | |
virtual streamsize_type | Bytes (const StreamBase &Stream) const |
Return the number of bytes for this object. More... | |
virtual streamsize_type | Bytes (const StreamBase &Stream) const |
Return the number of bytes for this object. More... | |
virtual streamsize_type | Bytes (const StreamBase &Stream) const |
Return the number of bytes for this object. More... | |
virtual self_type * | Create (istream_type &Stream) const |
Virtual constructor. More... | |
virtual self_type * | Create (istream_type &Stream) const |
Virtual constructor. More... | |
virtual self_type * | Create (istream_type &Stream) const |
Virtual constructor. More... | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. More... | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. More... | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. More... | |
Static Public Member Functions | |
static const Common::Description * | StructDescription () |
The description of structure. More... | |
static const Common::Description * | StructDescription () |
The description of structure. More... | |
static const Common::Description * | StructDescription () |
The description of structure. More... | |
static struct_name_type | FrameSpecName () |
static struct_name_type | FrameSpecName () |
static struct_name_type | FrameSpecName () |
static struct_name_type | StructName () |
static struct_name_type | StructName () |
static struct_name_type | StructName () |
static struct_desc_type | FrameSpecDescription () |
Return the dictionary name of the structure. More... | |
static struct_desc_type | FrameSpecDescription () |
Return the dictionary name of the structure. More... | |
static struct_desc_type | FrameSpecDescription () |
Return the dictionary name of the structure. More... | |
static struct_id_type | FrameSpecId () |
Return the dictionary name of the structure. More... | |
static struct_id_type | FrameSpecId () |
Return the dictionary name of the structure. More... | |
static struct_id_type | FrameSpecId () |
Return the dictionary name of the structure. More... | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. More... | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. More... | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. More... | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. More... | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. More... | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. More... | |
Static Public Attributes | |
static struct_name_type | struct_name |
static struct_desc_type | struct_desc |
static struct_id_type | struct_id |
Protected Types | |
typedef ObjectWithChecksum< Common::FrameSpec::Object > | object_type |
typedef ObjectWithChecksum< Common::FrameSpec::Object > | object_type |
typedef ObjectWithChecksum< Common::FrameSpec::Object > | object_type |
Protected Member Functions | |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, Common::IStream *Stream) const |
Down grade an object. More... | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, Common::IStream *Stream) const |
Upgrade an object. More... | |
virtual cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
virtual self_type * | pCreate (istream_type &Stream) const |
Create a new instance of the object based on the input stream. More... | |
void | pWrite (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, Common::IStream *Stream) const |
Down grade an object. More... | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, Common::IStream *Stream) const |
Upgrade an object. More... | |
virtual cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
virtual self_type * | pCreate (istream_type &Stream) const |
Create a new instance of the object based on the input stream. More... | |
void | pWrite (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, Common::IStream *Stream) const |
Down grade an object. More... | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, Common::IStream *Stream) const |
Upgrade an object. More... | |
virtual cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
virtual self_type * | pCreate (istream_type &Stream) const |
Create a new instance of the object based on the input stream. More... | |
void | pWrite (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
Protected Attributes | |
STRING | name |
STRING | classId |
The string representation of data type of the element. More... | |
STRING | comment |
Description of the element. More... | |
Private Member Functions | |
virtual Object * | Create () const |
virtual Object * | Create (std::istream &Buffer) const |
constructor - virtual More... | |
virtual Object * | Create () const |
virtual Object * | Create (std::istream &Buffer) const |
constructor - virtual More... | |
virtual Object * | Create () const |
virtual Object * | Create (std::istream &Buffer) const |
constructor - virtual More... | |
Private Attributes | |
ChecksumType | m_chkSum |
Structure checksum. More... | |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef STRING FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >::io_comment_type |
typedef STRING FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >::io_comment_type |
typedef STRING FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >::io_comment_type |
typedef STRING FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >::io_id_type |
typedef STRING FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >::io_id_type |
typedef STRING FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >::io_id_type |
typedef STRING FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >::io_name_type |
typedef STRING FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >::io_name_type |
typedef STRING FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >::io_name_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
protected |
|
protected |
|
protected |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inline |
|
virtualinherited |
Return the number of bytes for this object.
[in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
|
virtualinherited |
Return the number of bytes for this object.
[in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
|
virtualinherited |
Return the number of bytes for this object.
[in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
Comment to be used in comment field of FrSE.
|
staticinherited |
Comment to be used in comment field of FrSE.
|
staticinherited |
Comment to be used in comment field of FrSE.
|
inline |
|
inline |
|
inline |
|
inlineprivatevirtualinherited |
Reimplemented in FrameCPP::Version_8::FrTOC, FrameCPP::Version_8::FrTOC, and FrameCPP::Version_8::FrTOC.
|
inlineprivatevirtualinherited |
Reimplemented in FrameCPP::Version_8::FrTOC, FrameCPP::Version_8::FrTOC, and FrameCPP::Version_8::FrTOC.
|
inlineprivatevirtualinherited |
Reimplemented in FrameCPP::Version_8::FrTOC, FrameCPP::Version_8::FrTOC, and FrameCPP::Version_8::FrTOC.
|
virtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
virtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
virtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
inlineprivatevirtualinherited |
constructor - virtual
|
inlineprivatevirtualinherited |
constructor - virtual
|
inlineprivatevirtualinherited |
constructor - virtual
|
inlineprotectedvirtual |
Down grade an object.
|
inlineprotectedvirtual |
Down grade an object.
|
inlineprotectedvirtual |
Down grade an object.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlineinherited |
Return class of object.
|
inlineinherited |
Return class of object.
|
inlineinherited |
Return class of object.
|
inlineinherited |
Return comment of object.
|
inlineinherited |
Return comment of object.
|
inlineinherited |
Return comment of object.
|
inlineinherited |
Return name of object.
|
inlineinherited |
Return name of object.
|
inlineinherited |
Return name of object.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
comparison operator
|
virtual |
comparison operator
bool FrameCPP::Version_8::FrSEImpl::ClassicIO< FrSE >::operator== | ( | const Common::FrameSpec::Object & | Obj | ) | const |
|
virtual |
comparison operator
|
inlineinherited |
comparison operator
|
inlineprotectedvirtual |
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::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtual |
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::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtual |
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::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtual |
Create a new instance of the object based on the input stream.
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtual |
Create a new instance of the object based on the input stream.
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtual |
Create a new instance of the object based on the input stream.
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtual |
Upgrade an object.
|
inlineprotectedvirtual |
Upgrade an object.
|
inlineprotectedvirtual |
Upgrade an object.
|
inlineprotectedvirtual |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtual |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtual |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlinestatic |
The description of structure.
|
inlinestatic |
The description of structure.
|
inlinestatic |
The description of structure.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
virtualinherited |
Write object to the stream.
|
virtualinherited |
Write object to the stream.
|
virtualinherited |
Write object to the stream.
|
protectedinherited |
The string representation of data type of the element.
|
protectedinherited |
Description of the element.
|
privateinherited |
Structure checksum.
The checksum for the structure when the structure is contained in a stream.
|
protectedinherited |
Name of an element of the structure being described. All element names within the structure must be unique.
|
staticinherited |
|
staticinherited |
|
staticinherited |