NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
TState Struct Reference
Collaboration diagram for TState:

Public Attributes

void * param
 
int level
 
bool seekable
 
READFUNC readfunc
 
FLUSHFUNC flush_outbuf
 
TTreeState ts
 
TBitState bs
 
TDeflateState ds
 
const char * err
 

Detailed Description

Definition at line 604 of file zip.cpp.

Member Data Documentation

◆ bs

TBitState TState::bs

Definition at line 612 of file zip.cpp.

Referenced by bi_init(), bi_windup(), copy_block(), flush_block(), send_all_trees(), and send_bits().

◆ ds

TDeflateState TState::ds

◆ err

const char* TState::err

Definition at line 614 of file zip.cpp.

Referenced by Assert(), and TZip::ideflate().

◆ flush_outbuf

FLUSHFUNC TState::flush_outbuf

Definition at line 610 of file zip.cpp.

Referenced by bi_windup(), copy_block(), and TZip::ideflate().

◆ level

int TState::level

Definition at line 607 of file zip.cpp.

Referenced by ct_tally(), deflate(), and TZip::ideflate().

◆ param

void* TState::param

Definition at line 606 of file zip.cpp.

Referenced by bi_windup(), copy_block(), TZip::ideflate(), and TZip::sread().

◆ readfunc

READFUNC TState::readfunc

Definition at line 609 of file zip.cpp.

Referenced by fill_window(), TZip::ideflate(), and lm_init().

◆ seekable

bool TState::seekable

Definition at line 608 of file zip.cpp.

Referenced by TZip::ideflate().

◆ ts


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