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