Predator  [unstable] git snapshot
Data Fields
cl_type_item Struct Reference

used for nesting types into another (composite) type More...

#include <code_listener.h>

Collaboration diagram for cl_type_item:
Collaboration graph
[legend]

Data Fields

struct cl_typetype
 nested type
const char * name
 name of the nested item, mainly used by struct/union
int offset
 offset of the nested item [in bytes], valid only for struct/union

Detailed Description

used for nesting types into another (composite) type

Definition at line 190 of file code_listener.h.

Field Documentation

const char* name

name of the nested item, mainly used by struct/union

Attention
structs and unions may have anonymous items

Definition at line 200 of file code_listener.h.

int offset

offset of the nested item [in bytes], valid only for struct/union

Definition at line 205 of file code_listener.h.

struct cl_type* type

nested type

Definition at line 194 of file code_listener.h.

Referenced by traverseTypeIc().


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