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