#include <instruction_tag_string.hh>
Inheritance diagram for mpcl::text::codegen::TInstructionTagString:

Public Types | |
| typedef IStreamable::char_type | char_type |
| Character type. | |
| typedef IStreamable::traits_type | traits_type |
| Traits type. | |
Public Methods | |
| TInstructionTagString (void) | |
| Builds a new instance. | |
| TInstructionTagString (const char *pkcSOURCE_TEXT) | |
| TInstructionTagString (const TInstructionTagString &rkySOURCE_INSTRUCTION_TAG) | |
Protected Methods | |
| void | read (basic_istream< char_type, traits_type > &rtSOURCE_ISTREAM) |
| void | write (basic_ostream< char_type, traits_type > &rtTARGET_OSTREAM) const |
| Writes instance onto stream rsTARGET_OSTREAM. | |
Definition at line 75 of file instruction_tag_string.hh.
|
|
Builds a new instance from text pkcSOURCE_TEXT.
Definition at line 108 of file instruction_tag_string.hh. References mpcl::text::TString. |
|
|
Builds a new instance from instance rkySOURCE_INSTRUCTION_TAG.
Definition at line 116 of file instruction_tag_string.hh. References mpcl::text::TString. |
|
|
Reads instance from stream rsSOURCE_ISTREAM.
Definition at line 35 of file instruction_tag_string.cc. Referenced by mpcl::text::codegen::operator>>(). |
1.2.18