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]
Typedefs | Functions
gzlog.h File Reference

Go to the source code of this file.

Typedefs

typedef void gzlog
 

Functions

gzloggzlog_open (char *path)
 
int gzlog_write (gzlog *log, void *data, size_t len)
 
int gzlog_compress (gzlog *log)
 
int gzlog_close (gzlog *log)
 

Typedef Documentation

◆ gzlog

typedef void gzlog

Definition at line 52 of file gzlog.h.

Function Documentation

◆ gzlog_close()

int gzlog_close ( gzlog log)

Definition at line 1042 of file gzlog.c.

References free(), vl::log(), log_close(), LOGID, and NULL.

◆ gzlog_compress()

int gzlog_compress ( gzlog log)

◆ gzlog_open()

gzlog* gzlog_open ( char *  path)

Definition at line 865 of file gzlog.c.

References free(), vl::log(), log_open(), LOGID, malloc(), and NULL.

◆ gzlog_write()

int gzlog_write ( gzlog log,
void data,
size_t  len 
)