|
|
| FrSE () |
| | Default constructor.
|
| | FrSE (const name_type &Name, const classId_type &ClassId, const comment_type &Comment="") |
| | constructor
|
|
virtual | ~FrSE () |
| | Desctructor.
|
|
bool | operator== (const FrSE &RHS) const |
| | comparison operator
|
|
| FrSE () |
| | Default constructor.
|
| | FrSE (const name_type &Name, const classId_type &ClassId, const comment_type &Comment="") |
| | constructor
|
|
virtual | ~FrSE () |
| | Desctructor.
|
|
bool | operator== (const FrSE &RHS) const |
| | comparison operator
|
|
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| | comparison operator
|
| virtual streamsize_type | Bytes (const StreamBase &Stream) const |
| | Return the number of bytes for this object.
|
| virtual streamsize_type | Bytes (const StreamBase &Stream) const |
| | Return the number of bytes for this object.
|
| virtual streamsize_type | Bytes (const StreamBase &Stream) const |
| | Return the number of bytes for this object.
|
| virtual streamsize_type | Bytes (const StreamBase &Stream) const |
| | Return the number of bytes for this object.
|
| virtual streamsize_type | Bytes (const StreamBase &Stream) const |
| | Return the number of bytes for this object.
|
| virtual streamsize_type | Bytes (const StreamBase &Stream) const |
| | Return the number of bytes for this object.
|
| virtual self_type * | Create (istream_type &Stream) const |
| | Virtual constructor.
|
| virtual self_type * | Create (istream_type &Stream) const |
| | Virtual constructor.
|
| virtual self_type * | Create (istream_type &Stream) const |
| | Virtual constructor.
|
| virtual self_type * | Create (istream_type &Stream) const |
| | Virtual constructor.
|
| virtual self_type * | Create (istream_type &Stream) const |
| | Virtual constructor.
|
| virtual self_type * | Create (istream_type &Stream) const |
| | Virtual constructor.
|
|
virtual void | Write (ostream_type &Stream) const |
| | Write object to the stream.
|
|
virtual void | Write (ostream_type &Stream) const |
| | Write object to the stream.
|
|
virtual void | Write (ostream_type &Stream) const |
| | Write object to the stream.
|
|
virtual void | Write (ostream_type &Stream) const |
| | Write object to the stream.
|
|
virtual void | Write (ostream_type &Stream) const |
| | Write object to the stream.
|
|
virtual void | Write (ostream_type &Stream) const |
| | Write object to the stream.
|
|
bool | operator== (const FrSE &RHS) const |
| | comparison operator
|
|
const name_type & | GetName () const |
| | Return name of object.
|
|
const classId_type & | GetClass () const |
| | Return class of object.
|
|
const comment_type & | GetComment () const |
| | Return comment of object.
|
|
| static const Common::Description * | StructDescription () |
| | The description of structure.
|
| static const Common::Description * | StructDescription () |
| | The description of structure.
|
|
static const char * | CheckSumDataClass () |
| | Data class to be used in class field of FrSE.
|
|
static const char * | CheckSumDataClass () |
| | Data class to be used in class field of FrSE.
|
|
static const char * | CheckSumDataClass () |
| | Data class to be used in class field of FrSE.
|
|
static const char * | CheckSumDataClass () |
| | Data class to be used in class field of FrSE.
|
|
static const char * | CheckSumDataClass () |
| | Data class to be used in class field of FrSE.
|
|
static const char * | CheckSumDataClass () |
| | Data class to be used in class field of FrSE.
|
|
static const char * | CheckSumDataComment () |
| | Comment to be used in comment field of FrSE.
|
|
static const char * | CheckSumDataComment () |
| | Comment to be used in comment field of FrSE.
|
|
static const char * | CheckSumDataComment () |
| | Comment to be used in comment field of FrSE.
|
|
static const char * | CheckSumDataComment () |
| | Comment to be used in comment field of FrSE.
|
|
static const char * | CheckSumDataComment () |
| | Comment to be used in comment field of FrSE.
|
|
static const char * | CheckSumDataComment () |
| | Comment to be used in comment field of FrSE.
|
|
static struct_desc_type | FrameSpecDescription () |
| | Return the dictionary name of the structure.
|
|
static struct_id_type | FrameSpecId () |
| | Return the dictionary name of the structure.
|
|
|
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, demote_stream_type *Stream) const |
| | Down grade an object.
|
|
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, demote_stream_type *Stream) const |
| | Down grade an object.
|
|
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, promote_stream_type *Stream) const |
| | Upgrade an object.
|
|
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, promote_stream_type *Stream) const |
| | Upgrade an object.
|
|
virtual self_type * | pCreate (istream_type &Stream) const |
| | Create a new instance of the object based on the input stream.
|
|
virtual self_type * | pCreate (istream_type &Stream) const |
| | Create a new instance of the object based on the input stream.
|
Contains field information of a dictionary structure.
This class gives information describing a single field of the class structure being described. In a dicitionary structure, there may be multiple occurances of FrSE. The order of the FrSE corresponds to the order of the fields as written to the stream.
- See also
- FrSH