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