ReactOS 0.4.16-dev-1946-g52006dd
allowed_attr Struct Reference

Public Attributes

unsigned int dce_compatible: 1
 
unsigned int acf: 1
 
unsigned int multiple: 1
 
unsigned int on_interface: 1
 
unsigned int on_function: 1
 
unsigned int on_arg: 1
 
unsigned int on_type: 1
 
unsigned int on_enum: 1
 
unsigned int on_enum_member: 1
 
unsigned int on_struct: 2
 
unsigned int on_union: 1
 
unsigned int on_field: 1
 
unsigned int on_library: 1
 
unsigned int on_dispinterface: 1
 
unsigned int on_module: 1
 
unsigned int on_coclass: 1
 
unsigned int on_apicontract: 1
 
unsigned int on_runtimeclass: 1
 
const chardisplay_name
 

Detailed Description

Definition at line 106 of file attribute.c.

Member Data Documentation

◆ acf

unsigned int allowed_attr::acf

Definition at line 109 of file attribute.c.

◆ dce_compatible

unsigned int allowed_attr::dce_compatible

Definition at line 108 of file attribute.c.

◆ display_name

◆ multiple

unsigned int allowed_attr::multiple

Definition at line 110 of file attribute.c.

Referenced by append_attr().

◆ on_apicontract

unsigned int allowed_attr::on_apicontract

Definition at line 125 of file attribute.c.

Referenced by check_apicontract_attrs().

◆ on_arg

unsigned int allowed_attr::on_arg

Definition at line 114 of file attribute.c.

Referenced by check_arg_attrs().

◆ on_coclass

unsigned int allowed_attr::on_coclass

Definition at line 124 of file attribute.c.

Referenced by check_coclass_attrs().

◆ on_dispinterface

unsigned int allowed_attr::on_dispinterface

Definition at line 122 of file attribute.c.

Referenced by check_dispiface_attrs().

◆ on_enum

unsigned int allowed_attr::on_enum

Definition at line 116 of file attribute.c.

Referenced by check_enum_attrs().

◆ on_enum_member

unsigned int allowed_attr::on_enum_member

Definition at line 117 of file attribute.c.

Referenced by check_enum_member_attrs().

◆ on_field

unsigned int allowed_attr::on_field

Definition at line 120 of file attribute.c.

Referenced by check_field_attrs().

◆ on_function

unsigned int allowed_attr::on_function

Definition at line 113 of file attribute.c.

Referenced by check_function_attrs().

◆ on_interface

unsigned int allowed_attr::on_interface

Definition at line 112 of file attribute.c.

Referenced by check_interface_attrs().

◆ on_library

unsigned int allowed_attr::on_library

Definition at line 121 of file attribute.c.

Referenced by check_library_attrs().

◆ on_module

unsigned int allowed_attr::on_module

Definition at line 123 of file attribute.c.

Referenced by check_module_attrs().

◆ on_runtimeclass

unsigned int allowed_attr::on_runtimeclass

Definition at line 126 of file attribute.c.

Referenced by check_runtimeclass_attrs().

◆ on_struct

unsigned int allowed_attr::on_struct

Definition at line 118 of file attribute.c.

Referenced by check_struct_attrs().

◆ on_type

unsigned int allowed_attr::on_type

Definition at line 115 of file attribute.c.

Referenced by check_typedef_attrs().

◆ on_union

unsigned int allowed_attr::on_union

Definition at line 119 of file attribute.c.

Referenced by check_union_attrs().


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