Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
zlib_filefunc_def_s Struct Reference

#include <ioapi.h>

Public Attributes

open_file_func zopen_file
 
read_file_func zread_file
 
write_file_func zwrite_file
 
tell_file_func ztell_file
 
seek_file_func zseek_file
 
close_file_func zclose_file
 
testerror_file_func zerror_file
 
voidpf opaque
 

Detailed Description

Definition at line 146 of file ioapi.h.

Member Data Documentation

◆ opaque

voidpf zlib_filefunc_def_s::opaque

Definition at line 155 of file ioapi.h.

Referenced by fill_win32_filefunc(), and fill_zlib_filefunc64_32_def_from_filefunc32().

◆ zclose_file

close_file_func zlib_filefunc_def_s::zclose_file

Definition at line 153 of file ioapi.h.

Referenced by fill_win32_filefunc(), and fill_zlib_filefunc64_32_def_from_filefunc32().

◆ zerror_file

testerror_file_func zlib_filefunc_def_s::zerror_file

Definition at line 154 of file ioapi.h.

Referenced by fill_win32_filefunc(), and fill_zlib_filefunc64_32_def_from_filefunc32().

◆ zopen_file

open_file_func zlib_filefunc_def_s::zopen_file

◆ zread_file

read_file_func zlib_filefunc_def_s::zread_file

Definition at line 149 of file ioapi.h.

Referenced by fill_win32_filefunc(), and fill_zlib_filefunc64_32_def_from_filefunc32().

◆ zseek_file

seek_file_func zlib_filefunc_def_s::zseek_file

Definition at line 152 of file ioapi.h.

Referenced by fill_win32_filefunc(), and fill_zlib_filefunc64_32_def_from_filefunc32().

◆ ztell_file

tell_file_func zlib_filefunc_def_s::ztell_file

Definition at line 151 of file ioapi.h.

Referenced by fill_win32_filefunc(), and fill_zlib_filefunc64_32_def_from_filefunc32().

◆ zwrite_file

write_file_func zlib_filefunc_def_s::zwrite_file

Definition at line 150 of file ioapi.h.

Referenced by fill_win32_filefunc(), and fill_zlib_filefunc64_32_def_from_filefunc32().


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