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

Public Member Functions | |
| Anything () | |
| Anything (const string &text_) | |
| virtual | ~Anything () |
| void | setText (const string &text_) |
| virtual string | toString () |
| A string representation of the MakefileItem. | |
Private Attributes | |
| string | text |
It can be used to include make feautures not supported by the lib in a makefile.
Definition at line 40 of file Anything.h.
|
|
Definition at line 44 of file Anything.h. |
|
|
Definition at line 49 of file Anything.h. |
|
|
Definition at line 53 of file Anything.h. |
|
|
Definition at line 34 of file Anything.cpp. References text. |
|
|
A string representation of the MakefileItem.
Implements makefile::MakefileItem. Definition at line 55 of file Anything.h. References makefile::string. |
|
|
Definition at line 42 of file Anything.h. Referenced by setText(). |
1.3.9.1