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

Public Member Functions

 HDF5Int32 (const std::string &n, const std::string &vpath, const std::string &d)
 Constructor.
 
libdap::BaseType * ptr_duplicate () override
 
bool read () override
 Reads HDF5 32-bit integer data into local buffer.
 

Detailed Description

Definition at line 48 of file HDF5Int32.h.

Constructor & Destructor Documentation

◆ HDF5Int32()

HDF5Int32::HDF5Int32 ( const std::string & n,
const std::string & vpath,
const std::string & d )

Constructor.

Definition at line 53 of file HDF5Int32.cc.

Member Function Documentation

◆ ptr_duplicate()

BaseType * HDF5Int32::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 57 of file HDF5Int32.cc.

◆ read()

bool HDF5Int32::read ( )
override

Reads HDF5 32-bit integer data into local buffer.

Definition at line 63 of file HDF5Int32.cc.


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