FTEQW
Documentation of the FTE engine source tree.
QCC_type_s Struct Reference

#include <qcc.h>

Public Attributes

etype_t type
 
struct QCC_type_sparentclass
 
struct QCC_type_saux_type
 
struct QCC_typeparam_sparams
 
unsigned int num_parms
 
unsigned int size
 
pbool typedefed:1
 
pbool vargs:1
 
pbool vargcount:1
 
const char * name
 
const char * aname
 
const char * filen
 
unsigned int line
 
struct accessor_saccessors
 
struct QCC_function_sscope
 
struct QCC_type_sptrto
 
struct QCC_type_sfldto
 
struct QCC_type_snext
 
int num_parms
 
int ofs
 
int size
 
char * name
 

Member Data Documentation

◆ accessors

struct accessor_s* QCC_type_s::accessors

◆ aname

const char* QCC_type_s::aname

◆ aux_type

struct QCC_type_s * QCC_type_s::aux_type

◆ filen

const char* QCC_type_s::filen

◆ fldto

struct QCC_type_s* QCC_type_s::fldto

◆ line

unsigned int QCC_type_s::line

◆ name [1/2]

const char* QCC_type_s::name

◆ name [2/2]

char* QCC_type_s::name

◆ next

struct QCC_type_s* QCC_type_s::next

◆ num_parms [1/2]

unsigned int QCC_type_s::num_parms

◆ num_parms [2/2]

int QCC_type_s::num_parms

◆ ofs

int QCC_type_s::ofs

◆ params

struct QCC_typeparam_s* QCC_type_s::params

◆ parentclass

struct QCC_type_s* QCC_type_s::parentclass

◆ ptrto

struct QCC_type_s* QCC_type_s::ptrto

◆ scope

struct QCC_function_s* QCC_type_s::scope

◆ size [1/2]

unsigned int QCC_type_s::size

◆ size [2/2]

int QCC_type_s::size

◆ type

etype_t QCC_type_s::type

◆ typedefed

pbool QCC_type_s::typedefed

◆ vargcount

pbool QCC_type_s::vargcount

◆ vargs

pbool QCC_type_s::vargs

The documentation for this struct was generated from the following files: