abc-master
|
#include <ParseUtils.h>
Public Member Functions | |
StreamBuffer (gzFile i) | |
int | operator* () const |
void | operator++ () |
int | position () const |
Private Member Functions | |
void | assureLookahead () |
Private Attributes | |
gzFile | in |
unsigned char | buf [buffer_size] |
int | pos |
int | size |
Definition at line 37 of file ParseUtils.h.
|
inlineexplicit |
Definition at line 49 of file ParseUtils.h.
|
inlineprivate |
Definition at line 43 of file ParseUtils.h.
|
inline |
Definition at line 51 of file ParseUtils.h.
|
inline |
Definition at line 52 of file ParseUtils.h.
|
inline |
Definition at line 53 of file ParseUtils.h.
|
private |
Definition at line 39 of file ParseUtils.h.
|
private |
Definition at line 38 of file ParseUtils.h.
|
private |
Definition at line 40 of file ParseUtils.h.
|
private |
Definition at line 41 of file ParseUtils.h.