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 Member Functions | Protected Member Functions | Friends | List of all members
gzfilestream_common Class Reference

#include <zfstream.h>

+ Inheritance diagram for gzfilestream_common:

Public Member Functions

virtual ~gzfilestream_common ()
 
void attach (int fd, int io_mode)
 
void open (const char *name, int io_mode)
 
void close ()
 

Protected Member Functions

 gzfilestream_common ()
 

Friends

class gzifstream
 
class gzofstream
 
gzofstreamsetcompressionlevel (gzofstream &, int)
 
gzofstreamsetcompressionstrategy (gzofstream &, int)
 

Detailed Description

Definition at line 44 of file zfstream.h.

Constructor & Destructor Documentation

◆ ~gzfilestream_common()

gzfilestream_common::~gzfilestream_common ( )
virtual

Definition at line 258 of file zfstream.cpp.

◆ gzfilestream_common()

gzfilestream_common::gzfilestream_common ( )
protected

Definition at line 254 of file zfstream.cpp.

Member Function Documentation

◆ attach()

void gzfilestream_common::attach ( int  fd,
int  io_mode 
)

Definition at line 261 of file zfstream.cpp.

Referenced by gzifstream::gzifstream(), and gzofstream::gzofstream().

◆ close()

void gzfilestream_common::close ( )

Definition at line 279 of file zfstream.cpp.

◆ open()

void gzfilestream_common::open ( const char *  name,
int  io_mode 
)

Definition at line 270 of file zfstream.cpp.

Referenced by gzifstream::gzifstream(), and gzofstream::gzofstream().

Friends And Related Function Documentation

◆ gzifstream

friend class gzifstream
friend

Definition at line 46 of file zfstream.h.

◆ gzofstream

friend class gzofstream
friend

Definition at line 47 of file zfstream.h.

◆ setcompressionlevel

gzofstream& setcompressionlevel ( gzofstream s,
int  l 
)
friend

Definition at line 106 of file zfstream.h.

◆ setcompressionstrategy

gzofstream& setcompressionstrategy ( gzofstream s,
int  l 
)
friend

Definition at line 112 of file zfstream.h.


The documentation for this class was generated from the following files: