#include <clause_tag_string.hh>
Inheritance diagram for mpcl::text::codegen::TClauseTagString:

Public Types | |
| typedef IStreamable::char_type | char_type |
| Character type. | |
| typedef IStreamable::traits_type | traits_type |
| Traits type. | |
Public Methods | |
| TClauseTagString (void) | |
| Build a new instance. | |
| TClauseTagString (const char *pkcSOURCE_TEXT) | |
| TClauseTagString (const TClauseTagString &rkySOURCE_CLAUSE_TAG) | |
| void | overloadFrom (const TClauseTagString &rkySOURCE_CLAUSE_TAG) |
| void | read (std::basic_istream< char_type, traits_type > &rtSOURCE_ISTREAM) |
| Reads instance from stream rsSOURCE_ISTREAM. | |
| bool | hasTarget (void) const |
| void | write (std::basic_ostream< char_type, traits_type > &rtTARGET_OSTREAM) const |
| Writes instance onto stream rsTARGET_OSTREAM. | |
Definition at line 72 of file clause_tag_string.hh.
|
|
Build a new instance from pkcSOURCE_TEXT.
Definition at line 119 of file clause_tag_string.hh. References mpcl::text::TString. |
|
|
Build a new instance from rkySOURCE_CLAUSE_TAG.
Definition at line 129 of file clause_tag_string.hh. References mpcl::text::TString. |
|
|
Returns true if clause has target.
Definition at line 155 of file clause_tag_string.hh. Referenced by mpcl::text::codegen::TPatternBasedCodeGenerator::read(). |
|
|
Copies the rkySOURCE_CLAUSE_TAG onto this instance.
Definition at line 36 of file clause_tag_string.cc. References gCheckParameters. Referenced by mpcl::text::codegen::TPatternBasedCodeGenerator::read(). |
1.2.18