![]() |
|
PhoenixFileGenerator
0.2.0
Set of tools to generate code
|
#include <iostream>#include "OptionParser.h"#include "header_generator.h"#include "parserClassConfig.h"#include "generator_class_cpp.h"#include "simple_project_generator.h"#include "CppTraitFromString.h"#include "CppTraitSetter.h"#include "CppTraitGetter.h"#include "CppTraitCopy.h"#include "CppTraitTypeStream.h"#include "CppTraitDataStream.h"#include "CppTraitConfigStream.h"#include "CppTraitCheckStream.h"
Include dependency graph for main.cpp:Go to the source code of this file.
Functions | |
| bool | createClass (const OptionMode &classMode) |
| Class creator. | |
| bool | createHeaderSource (const OptionMode &sourceMode) |
| Create header and source file name. | |
| OptionParser | createOptionParser () |
| Create the OptionParser of this program. | |
| bool | createProjectSource (const OptionMode &projectMode) |
| Create project. | |
| int | main (int argc, char **argv) |
| bool createClass | ( | const OptionMode & | classMode | ) |
Class creator.
| classMode | : set of argument passe in the class mode |
Definition at line 78 of file main.cpp.
Referenced by main().
Here is the caller graph for this function:| bool createHeaderSource | ( | const OptionMode & | sourceMode | ) |
Create header and source file name.
| sourceMode | : arguments passed in the source mode |
Definition at line 153 of file main.cpp.
Referenced by main().
Here is the caller graph for this function:| OptionParser createOptionParser | ( | ) |
Create the OptionParser of this program.
Definition at line 29 of file main.cpp.
Referenced by main().
Here is the caller graph for this function:| bool createProjectSource | ( | const OptionMode & | projectMode | ) |
Create project.
| projectMode | : arguments passed in the project mode |
Definition at line 165 of file main.cpp.
Referenced by main().
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 183 of file main.cpp.
References createClass(), createHeaderSource(), createOptionParser(), and createProjectSource().
Here is the call graph for this function: