#include <Conditional.h>
Inheritance diagram for makefile::ConditionalDEF:

Public Member Functions | |
| ConditionalDEF (string varname_) | |
| virtual | ~ConditionalDEF () |
Private Member Functions | |
| virtual string | printif () |
| Output the header line, like ifeq (arg1, arg2). | |
Private Attributes | |
| string | varname |
|
|
Definition at line 114 of file Conditional.h. |
|
|
Definition at line 117 of file Conditional.h. |
|
|
Output the header line, like ifeq (arg1, arg2).
Implements makefile::Conditional. Definition at line 109 of file Conditional.h. References cstr, and makefile::string. |
|
|
Definition at line 108 of file Conditional.h. |
1.3.9.1