netcdf-C++
Public Member Functions | List of all members
netCDF::NcUshort Class Reference

#include <ncUshort.h>

Inheritance diagram for netCDF::NcUshort:
Inheritance graph
[legend]

Public Member Functions

 NcUshort ()
 
bool operator== (const NcUshort &rhs)
 
 ~NcUshort ()
 
- Public Member Functions inherited from netCDF::NcType
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

- Public Types inherited from netCDF::NcType
- Protected Member Functions inherited from netCDF::NcType
NcTypeoperator= (const NcType &rhs)
 
- Protected Attributes inherited from netCDF::NcType
int groupId
 
nc_type myId
 

Detailed Description

Class represents a netCDF atomic Ushort type.

Constructor & Destructor Documentation

NcUshort::~NcUshort ( )

destructor

NcUshort::NcUshort ( )

Constructor

Member Function Documentation

bool NcUshort::operator== ( const NcUshort rhs)

equivalence operator


The documentation for this class was generated from the following files: