![]() |
girtobac
0.4
Create FB Headers from GObject Introspection *.gir files
|
Helper Classes list and replacements. More...

Go to the source code of this file.
Classes | |
| class | RepData |
| Object to check texts (Su) and provide replacements (Er) More... | |
| class | Stack |
| A simple fifo stack list. More... | |
Functions | |
| SUB_CDECL | g2b_parser () |
| The GMarkupParser for the configuration file *.GirToBac. More... | |
Variables | |
| RepData | FB_TYP = "type" |
| Replacements for type declarations. More... | |
| RepData | FB_NAM = "name" |
| Replacements for symbols (names) More... | |
| Stack | FIRST |
| FiFo stack for ordered elements (pass X)) More... | |
Helper Classes list and replacements.
This file contains two helper classes for a list (first in first out stack) and for a replacement UDT, that checks and replaces a text. It also contains the parser for the configuration file.
Definition in file girtobac_RepData.bas.
| SUB_CDECL g2b_parser | ( | ) |
The GMarkupParser for the configuration file *.GirToBac.
Definition at line 181 of file girtobac_RepData.bas.


| RepData FB_TYP = "type" |
Replacements for type declarations.
Definition at line 174 of file girtobac_RepData.bas.
| RepData FB_NAM = "name" |
Replacements for symbols (names)
Definition at line 175 of file girtobac_RepData.bas.
| Stack FIRST |
FiFo stack for ordered elements (pass X))
Definition at line 177 of file girtobac_RepData.bas.