Gemmi C++ API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
gemmi::MaybeGzipped::GzStream Struct Reference

#include <gz.hpp>

Public Member Functions

chargets (char *line, int size)
 
int getc ()
 
bool read (void *buf, size_t len)
 

Public Attributes

gzFile f
 

Detailed Description

Definition at line 67 of file gz.hpp.

Member Function Documentation

◆ gets()

char * gemmi::MaybeGzipped::GzStream::gets ( char line,
int  size 
)
inline

Definition at line 69 of file gz.hpp.

◆ getc()

int gemmi::MaybeGzipped::GzStream::getc ( )
inline

Definition at line 70 of file gz.hpp.

◆ read()

bool gemmi::MaybeGzipped::GzStream::read ( void buf,
size_t  len 
)
inline

Definition at line 71 of file gz.hpp.

Member Data Documentation

◆ f

gzFile gemmi::MaybeGzipped::GzStream::f

Definition at line 68 of file gz.hpp.


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