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

Public Member Functions | |
| ConditionalEQ (string arg1_, string arg2_) | |
| virtual | ~ConditionalEQ () |
Private Member Functions | |
| virtual string | printif () |
| Output the header line, like ifeq (arg1, arg2). | |
Private Attributes | |
| string | arg1 |
| string | arg2 |
|
||||||||||||
|
Definition at line 82 of file Conditional.h. |
|
|
Definition at line 85 of file Conditional.h. |
|
|
Output the header line, like ifeq (arg1, arg2).
Implements makefile::Conditional. Definition at line 77 of file Conditional.h. References cstr, and makefile::string. |
|
|
Definition at line 76 of file Conditional.h. |
|
|
Definition at line 76 of file Conditional.h. |
1.3.9.1