NetCDF-C++
4.3.1
ncDouble.h
1
#include "ncType.h"
2
3
#ifndef NcDoubleClass
4
#define NcDoubleClass
5
6
namespace
netCDF
7
{
8
10
class
NcDouble
:
public
NcType
11
{
12
public
:
13
15
bool
operator==
(
const
NcDouble
& rhs);
16
18
~NcDouble
();
19
21
NcDouble
();
22
};
23
25
extern
NcDouble
ncDouble
;
26
27
}
28
#endif
netCDF::NcDouble
Class represents a netCDF atomic Double type.
Definition:
ncDouble.h:11
netCDF::NcDouble::NcDouble
NcDouble()
Constructor.
Definition:
ncDouble.cpp:11
netCDF::NcDouble::operator==
bool operator==(const NcDouble &rhs)
equivalence operator
Definition:
ncDouble.cpp:19
netCDF::NcDouble::~NcDouble
~NcDouble()
destructor
Definition:
ncDouble.cpp:14
netCDF::NcType
Base class inherited by NcOpaque, NcVlen, NcCompound and NcEnum classes.
Definition:
ncType.h:15
netCDF
C++ API for netCDF4.
Definition:
ncAtt.h:10
netCDF::ncDouble
NcDouble ncDouble
A global instance of the NcDouble class within the netCDF namespace.
Definition:
ncDouble.cpp:7
Return to the Main Unidata NetCDF page.
Generated on Wed Nov 10 2021 15:25:08 for NetCDF-C++. NetCDF is a
Unidata
library.