libdap Updated for version 3.20.10
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
unmarshaller that knows how to unmarshall/deserialize dap objects using XDR from a file More...
#include <XDRStreamUnMarshaller.h>
Public Member Functions | |
virtual void | dump (ostream &strm) const |
dump the contents of this object to the specified ostream | |
virtual void | get_byte (dods_byte &val) |
virtual void | get_float32 (dods_float32 &val) |
virtual void | get_float64 (dods_float64 &val) |
virtual void | get_int (int &val) |
virtual void | get_int16 (dods_int16 &val) |
virtual void | get_int32 (dods_int32 &val) |
virtual void | get_opaque (char *val, unsigned int len) |
virtual void | get_str (string &val) |
virtual void | get_uint16 (dods_uint16 &val) |
virtual void | get_uint32 (dods_uint32 &val) |
virtual void | get_url (string &val) |
virtual void | get_vector (char **val, unsigned int &num, int width, Type type) |
virtual void | get_vector (char **val, unsigned int &num, int width, Vector &vec) |
virtual void | get_vector (char **val, unsigned int &num, Vector &vec) |
XDRStreamUnMarshaller (istream &in) | |
unmarshaller that knows how to unmarshall/deserialize dap objects using XDR from a file
Definition at line 52 of file XDRStreamUnMarshaller.h.
libdap::XDRStreamUnMarshaller::XDRStreamUnMarshaller | ( | istream & | in | ) |
Definition at line 53 of file XDRStreamUnMarshaller.cc.
|
virtual |
Definition at line 83 of file XDRStreamUnMarshaller.cc.
|
virtual |
dump the contents of this object to the specified ostream
This method is implemented by all derived classes to dump their contents, in other words, any state they might have, private variables, etc...
strm | C++ i/o stream to dump the object to |
Implements libdap::UnMarshaller.
Definition at line 334 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 89 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 133 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 142 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 238 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 115 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 124 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 223 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 169 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 151 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 160 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 218 of file XDRStreamUnMarshaller.cc.
|
virtual |
Definition at line 294 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 289 of file XDRStreamUnMarshaller.cc.
|
virtual |
Implements libdap::UnMarshaller.
Definition at line 249 of file XDRStreamUnMarshaller.cc.