NetCDF-C++
4.3.1-developer
NetCDF Documentation
Navigation
Files
Source Files
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
netCDF::NcChar::operator==
bool operator==(const NcChar &rhs)
equivalence operator
Definition:
ncChar.cpp:19
netCDF::NcChar
Class represents a netCDF atomic Char type.
Definition:
ncChar.h:10
netCDF::NcType
Base class inherited by NcOpaque, NcVlen, NcCompound and NcEnum classes.
Definition:
ncType.h:14
netCDF
C++ API for netCDF4.
Definition:
ncAtt.h:9
netCDF::NcChar::NcChar
NcChar()
Constructor.
Definition:
ncChar.cpp:11
netCDF::ncChar
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.