#include <instruction_body.hh>
Inheritance diagram for mpcl::text::codegen::TInstructionBody:
Public Methods | |
TInstructionBody (void) | |
Builds a new instance. | |
TInstructionBody & | operator= (const TInstructionBody &rktSOURCE_INSTRUCTION_BODY) |
bool | operator== (const TInstructionBody &rktSOURCE_INSTRUCTION_BODY) const |
Protected Methods | |
void | read (basic_istream< char_type, traits_type > &rtSOURCE_ISTREAM) |
void | write (basic_ostream< char_type, traits_type > &rtTARGET_STREAM) const |
Definition at line 58 of file instruction_body.hh.
|
Copies from instance rktSOURCE_INSTRUCTION_BODY.
Definition at line 36 of file instruction_body.cc. References tClauseMap. |
|
Returns true if both instances are equal.
Definition at line 171 of file instruction_body.cc. References tClauseMap. |
|
Loads the instance from stream rtSOURCE_ISTREAM.
Definition at line 46 of file instruction_body.cc. |
|
Writes the instance onto stream rtTARGET_OSTREAM.
Definition at line 180 of file instruction_body.cc. |