GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros
zfstream.cc File Reference
#include <iostream>
#include "zfstream.h"
#include <cstring>
#include <cstdio>
Include dependency graph for zfstream.cc:

Go to the source code of this file.

Macros

#define BIGBUFSIZE   (256 * 1024 + STASHED_CHARACTERS)
 
#define SMALLBUFSIZE   1
 
#define STASHED_CHARACTERS   16
 

Macro Definition Documentation

#define BIGBUFSIZE   (256 * 1024 + STASHED_CHARACTERS)

Definition at line 49 of file zfstream.cc.

#define SMALLBUFSIZE   1

Definition at line 50 of file zfstream.cc.

Referenced by gzfilebuf::enable_buffer().

#define STASHED_CHARACTERS   16

Definition at line 48 of file zfstream.cc.

Referenced by gzfilebuf::underflow().