![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
#include <fstream>#include "PPath.h"
Include dependency graph for header_generator.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | licenceSave (std::ofstream &fs) |
| Saves the policy. | |
| PString | licenceSaveStr () |
| Get the licence in string. | |
| PString | makeMultiIncludeDefineMacro (const PString &fileName) |
| Create the macro of multi inclusion file name. | |
| void | saveHeaderFile (const PPath &fileName) |
| Fonction qui sauve le fichier header. | |
| void | saveHeaderSourceFile (const PPath &headerName, const PPath &sourceName) |
| Fonction qui sauve le fichier header. | |
| void | saveSourceFile (const PPath &fileName, const PString &headerName) |
| Fonction qui sauve le fichier source. | |
| void licenceSave | ( | std::ofstream & | fs | ) |
Saves the policy.
| fs | : file in witch to write |
Definition at line 26 of file header_generator.cpp.
References licenceSaveStr().
Referenced by generator_class_cpp_headerFile(), generator_class_cpp_sourceFile(), generator_class_testMain(), project_wrapper_moduleGeneratorMain(), saveHeaderFile(), saveSourceFile(), wrapper_generator_class_headerFile(), and wrapper_generator_class_sourceFile().
Here is the call graph for this function:
Here is the caller graph for this function:| PString licenceSaveStr | ( | ) |
Get the licence in string.
Definition at line 13 of file header_generator.cpp.
Referenced by licenceSave().
Here is the caller graph for this function:| PString makeMultiIncludeDefineMacro | ( | const PString & | fileName | ) |
Create the macro of multi inclusion file name.
| fileName | : header file name |
Definition at line 34 of file header_generator.cpp.
Referenced by generator_class_cpp_headerFile(), generator_class_cpp_sourceFile(), saveHeaderFile(), and wrapper_generator_class_headerFile().
Here is the caller graph for this function:| void saveHeaderFile | ( | const PPath & | fileName | ) |
Fonction qui sauve le fichier header.
| fileName | : header file name |
Definition at line 41 of file header_generator.cpp.
References licenceSave(), and makeMultiIncludeDefineMacro().
Referenced by saveHeaderSourceFile().
Here is the call graph for this function:
Here is the caller graph for this function:| void saveHeaderSourceFile | ( | const PPath & | headerName, |
| const PPath & | sourceName ) |
Fonction qui sauve le fichier header.
| headerName | : header file name |
| sourceName | : source file name |
Definition at line 77 of file header_generator.cpp.
References saveHeaderFile(), and saveSourceFile().
Here is the call graph for this function:| void saveSourceFile | ( | const PPath & | fileName, |
| const PString & | headerName ) |
Fonction qui sauve le fichier source.
| fileName | : source file name |
| headerName | : header file name |
Definition at line 61 of file header_generator.cpp.
References licenceSave().
Referenced by saveHeaderSourceFile().
Here is the call graph for this function:
Here is the caller graph for this function: