NetCDF-C++
4.3.1-developer
NetCDF Documentation
Navigation
Files
Source Files
ncUint.h
1
#include "ncType.h"
2
3
#ifndef NcUintClass
4
#define NcUintClass
5
6
namespace
netCDF
7
{
8
10
class
NcUint
:
public
NcType
11
{
12
public
:
13
15
bool
operator==
(
const
NcUint
& rhs);
16
18
~NcUint
();
19
21
NcUint
();
22
};
23
25
extern
NcUint
ncUint
;
26
27
}
28
#endif
netCDF::NcType
Base class inherited by NcOpaque, NcVlen, NcCompound and NcEnum classes.
Definition:
ncType.h:14
netCDF
C++ API for netCDF4.
Definition:
ncAtt.h:9
netCDF::NcUint
Class represents a netCDF atomic Uint type.
Definition:
ncUint.h:10
netCDF::NcUint::operator==
bool operator==(const NcUint &rhs)
equivalence operator
Definition:
ncUint.cpp:19
netCDF::ncUint
NcUint ncUint
A global instance of the NcUint class within the netCDF namespace.
Definition:
ncUint.cpp:7
netCDF::NcUint::NcUint
NcUint()
Constructor.
Definition:
ncUint.cpp:11
netCDF::NcUint::~NcUint
~NcUint()
destructor
Definition:
ncUint.cpp:14
Return to the Main Unidata NetCDF page.
Generated on Fri Nov 11 2016 15:28:29 for NetCDF-C++. NetCDF is a
Unidata
library.