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