Project specific frame

Top  Previous  Next

Code generation > Code frames > Project specific frame

 

For each project you can create specific frames, if you want. It will be saved at the address specified in the project options.

In this frame for example class members or methods can be defined or additional include directives can be written. You can use the dummy explained above. For example a global pointer to an instance of the parser could be defined as follows:

 

extern -->ParserClassName* _-->ParserClassName;

 

It is important, that the character immediately following "-->ParserClassName" is not alphanumeric, because otherwise the dummy would be ignored.

 



This page belongs to the TextTransformer Documentation

Home  Content  German