C and C++ Binaries

Data Type: struct cs_ast_enum_value

Structure for representing an element of an AST helper enumeration within a cs_ast_field.

The value of the as_integer field will be drawn from an anonymous enumeration that depends on the associated cs_ast_ordinal. We give these enums documentation-only names of the form anonymous_*_enum for ease of reference.

Used in csaf_c_normalized ASTs:

Used in csaf_c_unnormalized ASTs:

Defined in file cs_ast.h.



Public Attributes

csint32 as_integer The integer value of the enum element, which will be drawn from an anonymous enumeration as described above.
cs_const_string as_string A string representation of the enum element