bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
#include <HDFTypeFactory.h>
Public Member Functions | |
HDFTypeFactory (const string &filename) | |
libdap::Array * | NewArray (const string &n="", libdap::BaseType *v=nullptr) const override |
libdap::Byte * | NewByte (const string &n="") const override |
libdap::Float32 * | NewFloat32 (const string &n="") const override |
libdap::Float64 * | NewFloat64 (const string &n="") const override |
libdap::Grid * | NewGrid (const string &n="") const override |
libdap::Int16 * | NewInt16 (const string &n="") const override |
libdap::Int32 * | NewInt32 (const string &n="") const override |
libdap::Sequence * | NewSequence (const string &n="") const override |
libdap::Str * | NewStr (const string &n="") const override |
libdap::Structure * | NewStructure (const string &n="") const override |
libdap::UInt16 * | NewUInt16 (const string &n="") const override |
libdap::UInt32 * | NewUInt32 (const string &n="") const override |
libdap::Url * | NewUrl (const string &n="") const override |
A factory for the netCDF client library types.
Definition at line 54 of file HDFTypeFactory.h.
|
inlineexplicit |
Definition at line 59 of file HDFTypeFactory.h.
|
override |
Definition at line 93 of file HDFTypeFactory.cc.
Definition at line 47 of file HDFTypeFactory.cc.
Definition at line 73 of file HDFTypeFactory.cc.
Definition at line 78 of file HDFTypeFactory.cc.
Definition at line 109 of file HDFTypeFactory.cc.
Definition at line 52 of file HDFTypeFactory.cc.
Definition at line 62 of file HDFTypeFactory.cc.
Definition at line 103 of file HDFTypeFactory.cc.
Definition at line 83 of file HDFTypeFactory.cc.
|
override |
Definition at line 98 of file HDFTypeFactory.cc.
Definition at line 57 of file HDFTypeFactory.cc.
Definition at line 68 of file HDFTypeFactory.cc.
Definition at line 88 of file HDFTypeFactory.cc.