PhoenixGenerator  2.0.4
Set of tools to generate code
Loading...
Searching...
No Matches
ProjectType Namespace Reference

Enumerations

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

Enumeration Type Documentation

◆ ProjectType

Type of the project to be generated.

Enumerator
CPP 
WRAPPER 

Definition at line 15 of file GeneratorMode.h.

15 {
16 CPP,
18 };