1#include "ncOpaqueType.h"
4#include "ncException.h"
26 if(
getTypeClass() != NC_OPAQUE)
throw NcException(
"The NcType object must be the base of an Opaque type.",__FILE__,__LINE__);
57 if(
getTypeClass() != NC_OPAQUE)
throw NcException(
"The NcType object must be the base of an Opaque type.",__FILE__,__LINE__);
Class represents a netCDF group.
Class represents a netCDF opaque type.
NcOpaqueType & operator=(const NcOpaqueType &rhs)
assignment operator
size_t getTypeSize() const
Returns the size of the opaque type in bytes.
NcOpaqueType()
Constructor generates a null object.
Base class inherited by NcOpaque, NcVlen, NcCompound and NcEnum classes.
ncType getTypeClass() const
The type class returned as enumeration type.
NcType & operator=(const NcType &rhs)
assignment operator
ncType
List of netCDF types that can be represented.
Base object is thrown if a netCDF exception is encountered.
void ncCheck(int retCode, const char *file, int line)
Function checks error code and if necessary throws an exception.