EVE 1.0
toc_blob_t Struct Reference
Eve » TOC

#include <types.h>

Collaboration diagram for toc_blob_t:

Data Fields

const struct toc_tToc
 
const char * StringPool
 
uint8_t Count
 

Detailed Description

TOC table with all the stuff

Definition at line 64 of file types.h.

Field Documentation

const struct toc_t* toc_blob_t::Toc

Pointer to the toc table

Definition at line 66 of file types.h.

const char* toc_blob_t::StringPool

Pointer to the string pool

Definition at line 67 of file types.h.

uint8_t toc_blob_t::Count

Number of elements in the tables

Definition at line 68 of file types.h.