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