#include <Comment.h>
Inheritance diagram for makefile::Comment:

Public Member Functions | |
| Comment () | |
| Comment (string s) | |
| virtual | ~Comment () |
| string & | getText () |
| void | setText (const string &s) |
| void | appendLine (const string &line) |
| virtual string | toString () |
Private Attributes | |
| string | text |
Makefile comments are prefixed with # for every line. Currently only full line comments are supported.
Definition at line 37 of file Comment.h.
|
|
|
|
|
|
|
|
|
|
|
Definition at line 58 of file Comment.h. References cstr. Referenced by makefile::tester::TestComment::TestComment(), tryall(), and trymakefile(). |
|
|
Definition at line 48 of file Comment.h. References makefile::string. |
|
|
|
|
|
Implements makefile::MakefileItem. Definition at line 34 of file Comment.cpp. References cstr, makefile::prefix(), makefile::regex, makefile::string, and text. |
|
|
Definition at line 39 of file Comment.h. Referenced by toString(). |
1.3.9.1