Option Item
|
Default
|
Description
|
Header file extension name
|
.h
|
Specifies the extension name for C++ header files (e.g. .h).
|
Implementation file extension name
|
.cpp
|
Specifies the extension name for C++ implementation files (e.g. .cpp).
|
Header file subdirectory
|
|
Specifies the subdirectory for saving the C++ header file generated. If unspecified, the file is saved in the current directory.
|
Implementation file subdirectory
|
|
Specifies the subdirectory for saving the C++ implementation file generated. If unspecified, the file is saved in the current directory.
|
Filename format
|
Same as the model name
|
Specifies the format for the C++ source file name.
|
Generate namespace as subdirectory
|
False
|
Generates namespace as subdirectory.
|