C and C++ Binaries

Data Type: struct cs_ast_field

Structure for representing a field of an abstract syntax tree.

Defined in file cs_ast.h.



Types

On Separate Pages

union cs_ast_field::cs_ast_field_variant

Public Attributes

cs_ast_ordinal ordinal The label of this field in its parent cs_ast.
cs_ast_field_type type Specifies which field of the cs_ast_field_variant union (below) is valid (if any).
union cs_ast_field::cs_ast_field_variant _ The value stored in the field.