bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
HDF5Url Class Reference
Inheritance diagram for HDF5Url:
Inheritance graph
Collaboration diagram for HDF5Url:
Collaboration graph

Public Member Functions

 HDF5Url (const std::string &n, const std::string &vname, const std::string &d)
 Constructor.
 
libdap::BaseType * ptr_duplicate () override
 
bool read () override
 Reads HDF5 reference data into local buffer as a string.
 

Detailed Description

Definition at line 48 of file HDF5Url.h.

Constructor & Destructor Documentation

◆ HDF5Url()

HDF5Url::HDF5Url ( const std::string & n,
const std::string & vname,
const std::string & d )

Constructor.

Definition at line 47 of file HDF5Url.cc.

Member Function Documentation

◆ ptr_duplicate()

BaseType * HDF5Url::ptr_duplicate ( )
override

Clone this instance.

Allocate a new instance and copy *this into it. This method must perform a deep copy.

Returns
A newly allocated copy of this class

Definition at line 51 of file HDF5Url.cc.

◆ read()

bool HDF5Url::read ( )
override

Reads HDF5 reference data into local buffer as a string.

Definition at line 57 of file HDF5Url.cc.


The documentation for this class was generated from the following files: