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

Public Member Functions

 HDF5Byte (const std::string &n, const std::string &vpath, const std::string &d)
 Constructor.
 
libdap::BaseType * ptr_duplicate () override
 
bool read () override
 Reads HDF5 byte data into local buffer.
 

Detailed Description

Definition at line 47 of file HDF5Byte.h.

Constructor & Destructor Documentation

◆ HDF5Byte()

HDF5Byte::HDF5Byte ( const std::string & n,
const std::string & vpath,
const std::string & d )
inline

Constructor.

Definition at line 54 of file HDF5Byte.h.

Member Function Documentation

◆ ptr_duplicate()

BaseType * HDF5Byte::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 59 of file HDF5Byte.cc.

◆ read()

bool HDF5Byte::read ( )
override

Reads HDF5 byte data into local buffer.

Definition at line 65 of file HDF5Byte.cc.


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