Logo

Modified: Monday, November 25, 2002

Type Editor

Here's an example, the type vector in parsed and the program generates the fields list

Parameters

The parse analyze all the fields and create a treeview list, for each integer field is possible to choose if is a simple data type or

a complex entity type.

Here the same example with listview. Note the aggregate check to control the side effect of the control of entity creation / destruction.

Here the same example with Diagram View. The navigation by Diagram helps to browse through subtype fields and "parents" types.

Here the same example with CodeView. This feature create the same user type with extra informations added in the comments.

Substitutions

The list of substitutions, like in c++ preprocessor is stored in external editable text files.

The syntax of substitutions is the core of the program.

Generated Code

Finally, after clicking on Generate button the code is created with the options selected in the type editor options frame.