Public Member Functions | |
Markup (char *tag) | |
~Markup () | |
Private Attributes | |
char * | _tag |
Definition at line 1008 of file bytecodes.cpp.
Markup::Markup | ( | char * | tag | ) | [inline] |
Definition at line 1012 of file bytecodes.cpp.
References _tag, outputStream::print(), and std.
Here is the call graph for this function:
Markup::~Markup | ( | ) | [inline] |
Definition at line 1013 of file bytecodes.cpp.
References _tag, outputStream::print(), and std.
Here is the call graph for this function:
char* Markup::_tag [private] |