libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include <fdiostream.h>
Public Member Functions | |
fpistream (FILE *fp, bool close=false) | |
Protected Attributes | |
fpinbuf | buf |
This specialization of istream builds a fpinbuf instance and binds it to an istream. Thus it is possible to build an istream from an open file, pipe, et c., using its open FILE pointer, and read from it using C++ stream I/O methods.
Definition at line 166 of file fdiostream.h.
|
inline |
Definition at line 171 of file fdiostream.h.
|
protected |
Definition at line 168 of file fdiostream.h.