NetCDF-C++  4.3.1-developer
ncFloat.h
1 #include "ncType.h"
2 
3 #ifndef NcFloatClass
4 #define NcFloatClass
5 
6 namespace netCDF
7 {
8 
10  class NcFloat : public NcType
11  {
12  public:
13 
15  bool operator==(const NcFloat & rhs);
16 
18  ~NcFloat();
19 
21  NcFloat();
22  };
23 
25  extern NcFloat ncFloat;
26 
27 }
28 #endif
Base class inherited by NcOpaque, NcVlen, NcCompound and NcEnum classes.
Definition: ncType.h:14
C++ API for netCDF4.
Definition: ncAtt.h:9
~NcFloat()
destructor
Definition: ncFloat.cpp:14
Class represents a netCDF atomic Float type.
Definition: ncFloat.h:10
NcFloat ncFloat
A global instance of the NcFloat class within the netCDF namespace.
Definition: ncFloat.cpp:7
bool operator==(const NcFloat &rhs)
equivalence operator
Definition: ncFloat.cpp:19
NcFloat()
Constructor.
Definition: ncFloat.cpp:11

Return to the Main Unidata NetCDF page.
Generated on Fri Nov 11 2016 15:28:29 for NetCDF-C++. NetCDF is a Unidata library.