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

Public Member Functions | |
| AutoVariable (string name) | |
| virtual | ~AutoVariable () |
| virtual const string | getValue () |
| Has no value, exception. | |
| virtual const string | getquotedValue () |
| virtual const std::vector< string > & | getValues () |
| virtual VariableDef & | getDef () |
| Has no definition, exception. | |
Private Member Functions | |
| virtual int | checkStrings () |
| Automatic Variables have special names, so we omit checking. | |
Use this class to refer to such variables. http://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html#Automatic-Variables
Definition at line 39 of file AutoVariable.h.
|
|
Definition at line 44 of file AutoVariable.h. |
|
|
Definition at line 49 of file AutoVariable.h. |
|
|
Automatic Variables have special names, so we omit checking.
Definition at line 30 of file AutoVariable.cpp. |
|
|
Has no definition, exception.
Reimplemented from makefile::Variable. Definition at line 48 of file AutoVariable.cpp. |
|
|
Reimplemented from makefile::Variable. Definition at line 39 of file AutoVariable.cpp. References getValue(), and makefile::string. |
|
|
Has no value, exception.
Reimplemented from makefile::Variable. Definition at line 35 of file AutoVariable.cpp. References makefile::string. Referenced by getquotedValue(). |
|
|
Reimplemented from makefile::Variable. Definition at line 43 of file AutoVariable.cpp. |
1.3.9.1