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

Public Member Functions | |
| VariableDef (Variable &var) | |
| virtual | ~VariableDef () |
| virtual string | toString () |
| A string representation of the MakefileItem. | |
Private Member Functions | |
| VariableDef (const VariableDef &) | |
Private Attributes | |
| Variable & | variable |
On creation the object is bounded to a Variable. If an object of this type is print ed it produces a Declaration to a Variable like
VAR=value
Definition at line 39 of file VariableDef.h.
|
|
|
|
|
Definition at line 44 of file VariableDef.h. |
|
|
Definition at line 50 of file VariableDef.h. |
|
|
A string representation of the MakefileItem.
Implements makefile::MakefileItem. Definition at line 32 of file VariableDef.cpp. References cstr, makefile::Variable::getExport(), makefile::Variable::getName(), makefile::Variable::getquotedValue(), makefile::string, and variable. |
|
|
Definition at line 41 of file VariableDef.h. Referenced by toString(). |
1.3.9.1