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