FreeBASIC  0.91.0
FBS_DEFINE Class Reference
Collaboration diagram for FBS_DEFINE:

Data Fields

integer params
 
FB_DEFPARAM_ptr paramhead
 
union {
   FB_DEFTOK_ptr   tokhead
 
   zstring_ptr   text
 
   wstring_ptr   textw
 
}; 
 
integer isargless
 
FB_DEFINE_FLAGS flags
 
FBS_DEFINE_PROC proc
 

Detailed Description

Definition at line 364 of file symb.bi.

Field Documentation

union { ... }
FB_DEFINE_FLAGS FBS_DEFINE::flags

Definition at line 375 of file symb.bi.

integer FBS_DEFINE::isargless

Definition at line 374 of file symb.bi.

FB_DEFPARAM_ptr FBS_DEFINE::paramhead

Definition at line 366 of file symb.bi.

integer FBS_DEFINE::params

Definition at line 365 of file symb.bi.

FBS_DEFINE_PROC FBS_DEFINE::proc

Definition at line 376 of file symb.bi.

zstring_ptr FBS_DEFINE::text

Definition at line 370 of file symb.bi.

wstring_ptr FBS_DEFINE::textw

Definition at line 371 of file symb.bi.

FB_DEFTOK_ptr FBS_DEFINE::tokhead

Definition at line 369 of file symb.bi.


The documentation for this class was generated from the following file: