NetCDF-C++  4.3.1-developer
ncChar.h
1 #include "ncType.h"
2 
3 #ifndef NcCharClass
4 #define NcCharClass
5 
6 namespace 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
bool operator==(const NcChar &rhs)
equivalence operator
Definition: ncChar.cpp:19
Class represents a netCDF atomic Char type.
Definition: ncChar.h:10
Base class inherited by NcOpaque, NcVlen, NcCompound and NcEnum classes.
Definition: ncType.h:14
C++ API for netCDF4.
Definition: ncAtt.h:9
NcChar()
Constructor.
Definition: ncChar.cpp:11
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 Fri Nov 11 2016 15:28:29 for NetCDF-C++. NetCDF is a Unidata library.