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