ReactOS 0.4.16-dev-1946-g52006dd
visited_struct_array Struct Reference
Collaboration diagram for visited_struct_array:

Public Attributes

const type_t ** structs
 
size_t count
 
size_t capacity
 

Detailed Description

Definition at line 792 of file typegen.c.

Member Data Documentation

◆ capacity

size_t visited_struct_array::capacity

Definition at line 796 of file typegen.c.

Referenced by type_has_full_pointer_recurse().

◆ count

size_t visited_struct_array::count

Definition at line 795 of file typegen.c.

Referenced by type_has_full_pointer_recurse().

◆ structs

const type_t** visited_struct_array::structs

Definition at line 794 of file typegen.c.

Referenced by type_has_full_pointer(), and type_has_full_pointer_recurse().


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