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