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

Public Member Functions | |
| ConditionalNEQ (string arg1_, string arg2_) | |
| virtual | ~ConditionalNEQ () |
Private Member Functions | |
| virtual string | printif () |
| Output the header line, like ifeq (arg1, arg2). | |
Private Attributes | |
| string | arg1 |
| string | arg2 |
|
||||||||||||
|
Definition at line 98 of file Conditional.h. |
|
|
Definition at line 101 of file Conditional.h. |
|
|
Output the header line, like ifeq (arg1, arg2).
Implements makefile::Conditional. Definition at line 93 of file Conditional.h. References cstr, and makefile::string. |
|
|
Definition at line 92 of file Conditional.h. |
|
|
Definition at line 92 of file Conditional.h. |
1.3.9.1