girtobac  0.4
Create FB Headers from GObject Introspection *.gir files
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
girtobac_RepData.bas File Reference

Helper Classes list and replacements. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Function Documentation

SUB_CDECL g2b_parser ( )

The GMarkupParser for the configuration file *.GirToBac.

Definition at line 181 of file girtobac_RepData.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

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.