PhoenixGenerator  2.8.0
Set of tools to generate code
Loading...
Searching...
No Matches
GeneratorMode.h File Reference
#include <map>
#include "PString.h"
#include "PClassConfig.h"
Include dependency graph for GeneratorMode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GeneratorMode
 All the genertor modes. More...

Namespaces

namespace  ProjectType

Typedefs

typedef std::map< std::string, PClassConfigMapClassConfig

Enumerations

enum  ProjectType::ProjectType { ProjectType::CPP , ProjectType::WRAPPER , ProjectType::NANOBIND_WRAPPER }
 Type of the project to be generated. More...

Typedef Documentation

◆ MapClassConfig

typedef std::map<std::string, PClassConfig> MapClassConfig

Definition at line 24 of file GeneratorMode.h.