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

Public Attributes

bool is_handle
 
bool canseek
 
HANDLE h
 
bool herr
 
unsigned long initial_offset
 
bool mustclosehandle
 
void * buf
 
unsigned int len
 
unsigned int pos
 

Detailed Description

Definition at line 2724 of file unzip.cpp.

Member Data Documentation

◆ buf

void* LUFILE::buf

Definition at line 2734 of file unzip.cpp.

Referenced by lufopen(), and lufread().

◆ canseek

bool LUFILE::canseek

Definition at line 2727 of file unzip.cpp.

Referenced by lufopen(), lufseek(), and luftell().

◆ h

HANDLE LUFILE::h

Definition at line 2729 of file unzip.cpp.

Referenced by lufclose(), lufopen(), lufread(), lufseek(), and luftell().

◆ herr

bool LUFILE::herr

Definition at line 2730 of file unzip.cpp.

Referenced by luferror(), lufopen(), and lufread().

◆ initial_offset

unsigned long LUFILE::initial_offset

Definition at line 2731 of file unzip.cpp.

Referenced by lufopen(), lufseek(), luftell(), and unzOpenInternal().

◆ is_handle

bool LUFILE::is_handle

Definition at line 2726 of file unzip.cpp.

Referenced by luferror(), lufopen(), lufread(), lufseek(), and luftell().

◆ len

unsigned int LUFILE::len

Definition at line 2735 of file unzip.cpp.

Referenced by lufopen(), lufread(), and lufseek().

◆ mustclosehandle

bool LUFILE::mustclosehandle

Definition at line 2732 of file unzip.cpp.

Referenced by lufclose(), and lufopen().

◆ pos

unsigned int LUFILE::pos

Definition at line 2735 of file unzip.cpp.

Referenced by lufopen(), lufread(), lufseek(), and luftell().


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