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

Public Member Functions | |
| Newline (int newlines_=1) | |
| virtual | ~Newline () |
| virtual string | toString () |
| A string representation of the MakefileItem. | |
Private Attributes | |
| int | newlines |
Can be used to give some structure.
Definition at line 38 of file Newline.h.
|
|
|
|
|
|
|
|
A string representation of the MakefileItem.
Implements makefile::MakefileItem. Definition at line 48 of file Newline.h. References cstr, and makefile::string. |
|
|
|
1.3.9.1