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

#include <progsint.h>

Public Types

enum  { ASSOC_LEFT , ASSOC_RIGHT , ASSOC_RIGHT_RESULT }
 

Public Attributes

int targetflags
 
char * name
 
char * opname
 
int priorityclass
 
enum QCC_opcode_t:: { ... }  associative
 
struct QCC_type_s ** type_a
 
struct QCC_type_s ** type_b
 
struct QCC_type_s ** type_c
 
unsigned int flags
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ASSOC_LEFT 
ASSOC_RIGHT 
ASSOC_RIGHT_RESULT 

Member Data Documentation

◆ 

enum { ... } QCC_opcode_t::associative

◆ flags

unsigned int QCC_opcode_t::flags

◆ name

char* QCC_opcode_t::name

◆ opname

char* QCC_opcode_t::opname

◆ priorityclass

int QCC_opcode_t::priorityclass

◆ targetflags

int QCC_opcode_t::targetflags

◆ type_a

struct QCC_type_s** QCC_opcode_t::type_a

◆ type_b

struct QCC_type_s ** QCC_opcode_t::type_b

◆ type_c

struct QCC_type_s ** QCC_opcode_t::type_c

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