Inherits FrameCPP::Version_8::ObjectWithChecksum< ObjectType >, FrameCPP::Version_8::ObjectWithChecksum< ObjectType >, and FrameCPP::Version_8::ObjectWithChecksum< ObjectType >.
|
|
| FrSE () |
| | Default constructor.
|
| |
| | FrSE (const std::string &Name, const std::string &ClassId, const std::string &Comment="") |
| | constructor More...
|
| |
|
virtual | ~FrSE () |
| | Desctructor.
|
| |
| virtual const char * | ObjectStructName () const |
| | Dictionary class name. More...
|
| |
|
std::string | GetClass () const |
| | Return class of object.
|
| |
|
std::string | GetComment () const |
| | Return comment of object.
|
| |
|
std::string | GetName () const |
| | Return name of object.
|
| |
|
virtual FrSE * | Clone () const |
| | Create a new instance of the object based on self.
|
| |
|
bool | operator== (const FrSE &RHS) const |
| | comparison operator
|
| |
|
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| | comparison operator
|
| |
|
| FrSE () |
| | Default constructor.
|
| |
| | FrSE (const std::string &Name, const std::string &ClassId, const std::string &Comment="") |
| | constructor More...
|
| |
|
virtual | ~FrSE () |
| | Desctructor.
|
| |
| virtual const char * | ObjectStructName () const |
| | Dictionary class name. More...
|
| |
|
std::string | GetClass () const |
| | Return class of object.
|
| |
|
std::string | GetComment () const |
| | Return comment of object.
|
| |
|
std::string | GetName () const |
| | Return name of object.
|
| |
|
virtual FrSE * | Clone () const |
| | Create a new instance of the object based on self.
|
| |
|
bool | operator== (const FrSE &RHS) const |
| | comparison operator
|
| |
|
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| | comparison operator
|
| |
|
| FrSE () |
| | Default constructor.
|
| |
| | FrSE (const std::string &Name, const std::string &ClassId, const std::string &Comment="") |
| | constructor More...
|
| |
|
virtual | ~FrSE () |
| | Desctructor.
|
| |
| virtual const char * | ObjectStructName () const |
| | Dictionary class name. More...
|
| |
|
std::string | GetClass () const |
| | Return class of object.
|
| |
|
std::string | GetComment () const |
| | Return comment of object.
|
| |
|
std::string | GetName () const |
| | Return name of object.
|
| |
|
virtual FrSE * | Clone () const |
| | Create a new instance of the object based on self.
|
| |
|
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. 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.
|
| |
|
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 demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, Common::IStream *Stream) const |
| | Down grade an object.
|
| |
|
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, Common::IStream *Stream) const |
| | Upgrade an object.
|
| |
| virtual INT_8U | pBytes (const Common::StreamBase &Stream) const |
| | Number of bytes needed to write this structure. More...
|
| |
|
virtual FrSE * | pCreate (Common::IStream &Stream) const |
| | Create a new instance of the object based on the input stream.
|
| |
| virtual 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.
|
| |
|
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, Common::IStream *Stream) const |
| | Upgrade an object.
|
| |
| virtual INT_8U | pBytes (const Common::StreamBase &Stream) const |
| | Number of bytes needed to write this structure. More...
|
| |
|
virtual FrSE * | pCreate (Common::IStream &Stream) const |
| | Create a new instance of the object based on the input stream.
|
| |
| virtual 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.
|
| |
|
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, Common::IStream *Stream) const |
| | Upgrade an object.
|
| |
| virtual INT_8U | pBytes (const Common::StreamBase &Stream) const |
| | Number of bytes needed to write this structure. More...
|
| |
|
virtual FrSE * | pCreate (Common::IStream &Stream) const |
| | Create a new instance of the object based on the input stream.
|
| |
| virtual void | pWrite (Common::OStream &Stream) const |
| | Write the structure to the stream. More...
|
| |
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