NetCDF-C++  4.3.1-developer
ncInt64.h
1 #include "ncType.h"
2 
3 #ifndef NcInt64Class
4 #define NcInt64Class
5 
6 namespace netCDF
7 {
8 
10  class NcInt64 : public NcType
11  {
12  public:
13 
15  bool operator==(const NcInt64 & rhs);
16 
18  ~NcInt64();
19 
21  NcInt64();
22  };
23 
25  extern NcInt64 ncInt64;
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
~NcInt64()
destructor
Definition: ncInt64.cpp:14
NcInt64()
Constructor.
Definition: ncInt64.cpp:11
bool operator==(const NcInt64 &rhs)
equivalence operator
Definition: ncInt64.cpp:19
Class represents a netCDF atomic Int64 type.
Definition: ncInt64.h:10
NcInt64 ncInt64
A global instance of the NcInt64 class within the netCDF namespace.
Definition: ncInt64.cpp:7

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