ReactOS 0.4.15-dev-7842-g558ab78
sltg_typelib Struct Reference
Collaboration diagram for sltg_typelib:

Public Attributes

typelib_ttypelib
 
struct sltg_data index
 
struct sltg_data name_table
 
struct sltg_library library
 
struct sltg_blockblocks
 
int n_file_blocks
 
int first_block
 
int typeinfo_count
 
int typeinfo_size
 
struct sltg_blocktypeinfo
 

Detailed Description

Definition at line 77 of file write_sltg.c.

Member Data Documentation

◆ blocks

struct sltg_block* sltg_typelib::blocks

Definition at line 83 of file write_sltg.c.

Referenced by add_block_index(), create_sltg_typelib(), and sltg_write_header().

◆ first_block

int sltg_typelib::first_block

Definition at line 85 of file write_sltg.c.

Referenced by create_sltg_typelib().

◆ index

struct sltg_data sltg_typelib::index

Definition at line 80 of file write_sltg.c.

Referenced by add_block(), create_sltg_typelib(), and sltg_write_header().

◆ library

struct sltg_library sltg_typelib::library

Definition at line 82 of file write_sltg.c.

Referenced by init_library().

◆ n_file_blocks

int sltg_typelib::n_file_blocks

Definition at line 84 of file write_sltg.c.

Referenced by add_block_index(), create_sltg_typelib(), and sltg_write_header().

◆ name_table

struct sltg_data sltg_typelib::name_table

Definition at line 81 of file write_sltg.c.

Referenced by add_name(), init_name_table(), and sltg_write_header().

◆ typeinfo

struct sltg_block* sltg_typelib::typeinfo

Definition at line 88 of file write_sltg.c.

Referenced by create_sltg_typelib(), and sltg_add_typeinfo().

◆ typeinfo_count

int sltg_typelib::typeinfo_count

Definition at line 86 of file write_sltg.c.

Referenced by create_sltg_typelib(), and sltg_add_typeinfo().

◆ typeinfo_size

int sltg_typelib::typeinfo_size

Definition at line 87 of file write_sltg.c.

Referenced by create_sltg_typelib(), sltg_add_typeinfo(), and sltg_write_header().

◆ typelib

typelib_t* sltg_typelib::typelib

Definition at line 79 of file write_sltg.c.

Referenced by create_sltg_typelib(), and init_library().


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