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

Public Member Functions | |
| ConditionalNDEF (string varname_) | |
| virtual | ~ConditionalNDEF () |
Private Member Functions | |
| virtual string | printif () |
| Output the header line, like ifeq (arg1, arg2). | |
Private Attributes | |
| string | varname |
|
|
Definition at line 130 of file Conditional.h. |
|
|
Definition at line 133 of file Conditional.h. |
|
|
Output the header line, like ifeq (arg1, arg2).
Implements makefile::Conditional. Definition at line 125 of file Conditional.h. References cstr, and makefile::string. |
|
|
Definition at line 124 of file Conditional.h. |
1.3.9.1