netcdf-C++
|
#include <ncShort.h>
Public Member Functions | |
NcShort () | |
bool | operator== (const NcShort &rhs) |
~NcShort () | |
![]() | |
nc_type | getId () const |
std::string | getName () const |
netCDF::NcGroup | getParentGroup () const |
size_t | getSize () const |
ncType | getTypeClass () const |
std::string | getTypeClassName () const |
bool | isNull () const |
NcType () | |
NcType (const netCDF::NcGroup &grp, const std::string &name) | |
NcType (const netCDF::NcGroup &grp, nc_type id) | |
NcType (nc_type id) | |
NcType (const NcType &rhs) | |
bool | operator!= (const NcType &) const |
bool | operator== (const NcType &) const |
virtual | ~NcType () |
Additional Inherited Members | |
![]() | |
![]() | |
NcType & | operator= (const NcType &rhs) |
![]() | |
int | g_fileId |
int | groupId |
nc_type | myId |
Class represents a netCDF atomic Short type.
NcShort::~NcShort | ( | ) |
destructor
NcShort::NcShort | ( | ) |
Constructor
bool NcShort::operator== | ( | const NcShort & | rhs | ) |
equivalence operator