#include <iostream>
#include <stdexcept>
#include "Comment.h"
#include "Variable.h"
#include "VariableDef.h"
#include "VariableRef.h"
#include "MakefileItem.h"
#include "Makefile.h"
#include "AutoVariable.h"
#include "Newline.h"
#include "Rule.h"
#include "Conditional.h"
#include "StringAdapter.h"
#include <boost/scoped_ptr.hpp>
Include dependency graph for test_simple.cpp:

Go to the source code of this file.
Functions | |
| int | tryall () |
| int | tryreplace () |
| int | trymakefile () |
| int | tryrule () |
| int | trycond () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream & | out = std::cout |
Definition in file test_simple.cpp.
|
||||||||||||
|
Definition at line 225 of file test_simple.cpp. References tryall(). |
|
|
Definition at line 49 of file test_simple.cpp. References makefile::Comment::appendLine(), cstr, makefile::Variable::getDef(), makefile::Variable::getName(), makefile::Variable::getRef(), makefile::Variable::getValue(), out, makefile::Variable::setQuoteMode(), and makefile::VariableRef::toString(). Referenced by main(). |
|
|
|
|
Definition at line 107 of file test_simple.cpp. References cstr, out, makefile::Makefile::quote(), makefile::regex, and makefile::string. |
|
|
1.3.9.1