#include "MakefileItem.h"
Include dependency graph for MakefileItem.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | makefile |
Functions | |
| ostream & | operator<< (ostream &stream, MakefileItem &item) |
| Allows writing to ostreams. | |
| string | operator+ (const string &str, MakefileItem &item) |
| Allows adding strings an MakefileItems. | |
| string | operator+ (MakefileItem &item, const string &str) |
| Allows adding strings an MakefileItems. | |
Definition in file MakefileItem.cpp.
|
||||||||||||
|
Allows adding strings an MakefileItems.
Definition at line 42 of file MakefileItem.cpp. References out, makefile::string, and makefile::MakefileItem::toString(). |
|
||||||||||||
|
Allows adding strings an MakefileItems.
Definition at line 36 of file MakefileItem.cpp. References out, makefile::string, and makefile::MakefileItem::toString(). |
|
||||||||||||
|
Allows writing to ostreams.
Definition at line 30 of file MakefileItem.cpp. References makefile::ostream, and makefile::MakefileItem::print(). |
1.3.9.1