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

Public Member Functions | |
| VariableRef (Variable &var) | |
| virtual | ~VariableRef () |
| virtual string | toString () |
| A string representation of the MakefileItem. | |
Private Member Functions | |
| VariableRef (const VariableRef &) | |
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 Reference to a Variable like
$(VAR)
Definition at line 39 of file VariableRef.h.
|
|
|
|
|
Definition at line 44 of file VariableRef.h. |
|
|
Definition at line 50 of file VariableRef.h. |
|
|
A string representation of the MakefileItem.
Implements makefile::MakefileItem. Definition at line 32 of file VariableRef.cpp. References cstr, makefile::Variable::getName(), makefile::string, and variable. Referenced by makefile::Rule::addPrereq(), makefile::Rule::addTarget(), createfiles_make(), tryall(), trycond(), trymakefile(), and tryrule(). |
|
|
Definition at line 41 of file VariableRef.h. Referenced by toString(). |
1.3.9.1