netcdf-C++
|
#include <ncVlenType.h>
Public Member Functions | |
NcType | getBaseType () const |
NcVlenType () | |
NcVlenType (const NcGroup &grp, const std::string &name) | |
NcVlenType (const NcType &ncType) | |
NcVlenType (const NcVlenType &rhs) | |
NcVlenType & | operator= (const NcType &rhs) |
NcVlenType & | operator= (const NcVlenType &rhs) |
![]() | |
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 NcType &rhs) | |
NcType (const netCDF::NcGroup &grp, const std::string &name) | |
NcType (const netCDF::NcGroup &grp, nc_type id) | |
NcType (nc_type id) | |
bool | operator!= (const NcType &) const |
bool | operator== (const NcType &) const |
virtual | ~NcType () |
Additional Inherited Members | |
![]() | |
enum | ncType { nc_BYTE = NC_BYTE, nc_CHAR = NC_CHAR, nc_SHORT = NC_SHORT, nc_INT = NC_INT, nc_FLOAT = NC_FLOAT, nc_DOUBLE = NC_DOUBLE, nc_UBYTE = NC_UBYTE, nc_USHORT = NC_USHORT, nc_UINT = NC_UINT, nc_INT64 = NC_INT64, nc_UINT64 = NC_UINT64, nc_STRING = NC_STRING, nc_VLEN = NC_VLEN, nc_OPAQUE = NC_OPAQUE, nc_ENUM = NC_ENUM, nc_COMPOUND = NC_COMPOUND } |
![]() | |
NcType & | operator= (const NcType &rhs) |
![]() | |
int | g_fileId |
int | groupId |
nc_type | myId |
Class represents a netCDF VLEN type
NcVlenType::NcVlenType | ( | ) |
Constructor generates a null object.
netCDF::NcVlenType::NcVlenType | ( | const NcGroup & | grp, |
const std::string & | name | ||
) |
NcVlenType::NcVlenType | ( | const NcType & | ncType | ) |
NcVlenType::NcVlenType | ( | const NcVlenType & | rhs | ) |
The copy constructor.
NcType NcVlenType::getBaseType | ( | ) | const |
Returns the base type.
NcVlenType & NcVlenType::operator= | ( | const NcType & | rhs | ) |
NcVlenType & NcVlenType::operator= | ( | const NcVlenType & | rhs | ) |
assignment operator