GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
c_zfile_ptr_buf Class Reference

#include "c-file-ptr-stream.h"

Inheritance diagram for c_zfile_ptr_buf:
Collaboration diagram for c_zfile_ptr_buf:

Public Types

typedef int(* close_fcn) (gzFile)
 
typedef std::streambuf::int_type int_type
 

Public Member Functions

 c_zfile_ptr_buf (const c_zfile_ptr_buf &)=delete
 
 c_zfile_ptr_buf (gzFile f, close_fcn cf=file_close)
 
 ~c_zfile_ptr_buf (void)
 
int buf_close (void)
 
void clear (void)
 
int file_number () const
 
int flush (void)
 
c_zfile_ptr_bufoperator= (const c_zfile_ptr_buf &)=delete
 
int_type overflow (int_type)
 
int_type pbackfail (int_type)
 
int seek (off_t offset, int origin)
 
std::streampos seekoff (std::streamoff, std::ios::seekdir, std::ios::openmode=std::ios::in|std::ios::out)
 
std::streampos seekpos (std::streampos, std::ios::openmode=std::ios::in|std::ios::out)
 
gzFile stdiofile (void)
 
int sync (void)
 
off_t tell (void)
 
int_type uflow (void)
 
int_type underflow (void)
 
std::streamsize xsgetn (char *, std::streamsize)
 
std::streamsize xsputn (const char *, std::streamsize)
 

Static Public Member Functions

static int file_close (gzFile m_f)
 

Protected Attributes

close_fcn m_cf
 
gzFile m_f
 

Private Member Functions

int_type underflow_common (bool)
 

Detailed Description

Definition at line 155 of file c-file-ptr-stream.h.

Member Typedef Documentation

◆ close_fcn

typedef int(* c_zfile_ptr_buf::close_fcn) (gzFile)

Definition at line 162 of file c-file-ptr-stream.h.

◆ int_type

typedef std::streambuf::int_type c_zfile_ptr_buf::int_type

Definition at line 160 of file c-file-ptr-stream.h.

Constructor & Destructor Documentation

◆ c_zfile_ptr_buf() [1/2]

c_zfile_ptr_buf::c_zfile_ptr_buf ( gzFile  f,
close_fcn  cf = file_close 
)
inline

Definition at line 166 of file c-file-ptr-stream.h.

◆ c_zfile_ptr_buf() [2/2]

c_zfile_ptr_buf::c_zfile_ptr_buf ( const c_zfile_ptr_buf )
delete

◆ ~c_zfile_ptr_buf()

c_zfile_ptr_buf::~c_zfile_ptr_buf ( void  )

Definition at line 194 of file c-file-ptr-stream.cc.

References buf_close().

Member Function Documentation

◆ buf_close()

int c_zfile_ptr_buf::buf_close ( void  )

Definition at line 306 of file c-file-ptr-stream.cc.

References flush(), m_cf, and m_f.

Referenced by ~c_zfile_ptr_buf().

◆ clear()

void c_zfile_ptr_buf::clear ( void  )
inline

Definition at line 209 of file c-file-ptr-stream.h.

◆ file_close()

static int c_zfile_ptr_buf::file_close ( gzFile  m_f)
inlinestatic

Definition at line 211 of file c-file-ptr-stream.h.

◆ file_number()

int c_zfile_ptr_buf::file_number ( ) const
inline

Definition at line 202 of file c-file-ptr-stream.h.

◆ flush()

int c_zfile_ptr_buf::flush ( void  )

Definition at line 296 of file c-file-ptr-stream.cc.

References m_f.

Referenced by buf_close(), overflow(), and sync().

◆ operator=()

c_zfile_ptr_buf& c_zfile_ptr_buf::operator= ( const c_zfile_ptr_buf )
delete

◆ overflow()

c_zfile_ptr_buf::int_type c_zfile_ptr_buf::overflow ( int_type  c)

Definition at line 202 of file c-file-ptr-stream.cc.

References flush(), and m_f.

◆ pbackfail()

c_zfile_ptr_buf::int_type c_zfile_ptr_buf::pbackfail ( int_type  c)

Definition at line 227 of file c-file-ptr-stream.cc.

References m_f.

◆ seek()

int c_zfile_ptr_buf::seek ( off_t  offset,
int  origin 
)
inline

Definition at line 204 of file c-file-ptr-stream.h.

◆ seekoff()

std::streampos c_zfile_ptr_buf::seekoff ( std::streamoff  ,
std::ios::seekdir  ,
std::ios::openmode  = std::ios::in | std::ios::out 
)

Definition at line 252 of file c-file-ptr-stream.cc.

References m_f, and seekdir_to_whence().

◆ seekpos()

std::streampos c_zfile_ptr_buf::seekpos ( std::streampos  ,
std::ios::openmode  = std::ios::in | std::ios::out 
)

Definition at line 271 of file c-file-ptr-stream.cc.

References m_f, and SEEK_SET.

◆ stdiofile()

gzFile c_zfile_ptr_buf::stdiofile ( void  )
inline

Definition at line 164 of file c-file-ptr-stream.h.

◆ sync()

int c_zfile_ptr_buf::sync ( void  )

Definition at line 288 of file c-file-ptr-stream.cc.

References flush().

◆ tell()

off_t c_zfile_ptr_buf::tell ( void  )
inline

Definition at line 207 of file c-file-ptr-stream.h.

◆ uflow()

int_type c_zfile_ptr_buf::uflow ( void  )
inline

Definition at line 182 of file c-file-ptr-stream.h.

◆ underflow()

int_type c_zfile_ptr_buf::underflow ( void  )
inline

Definition at line 180 of file c-file-ptr-stream.h.

◆ underflow_common()

c_zfile_ptr_buf::int_type c_zfile_ptr_buf::underflow_common ( bool  bump)
private

Definition at line 211 of file c-file-ptr-stream.cc.

References m_f.

◆ xsgetn()

std::streamsize c_zfile_ptr_buf::xsgetn ( char *  s,
std::streamsize  n 
)

Definition at line 243 of file c-file-ptr-stream.cc.

References m_f, and n.

◆ xsputn()

std::streamsize c_zfile_ptr_buf::xsputn ( const char *  s,
std::streamsize  n 
)

Definition at line 234 of file c-file-ptr-stream.cc.

References m_f, and n.

Member Data Documentation

◆ m_cf

close_fcn c_zfile_ptr_buf::m_cf
protected

Definition at line 217 of file c-file-ptr-stream.h.

Referenced by buf_close().

◆ m_f

gzFile c_zfile_ptr_buf::m_f
protected

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