24 void inq_atttype(
const char *name, nc_type *xtypep);
Abstract base class represents inherited by ncVarAtt and ncGroupAtt.
Class represents a netCDF group.
Class represents a netCDF attribute local to a netCDF variable.
friend bool operator>(const NcVarAtt &lhs, const NcVarAtt &rhs)
comparator operator
NcVarAtt()
Constructor generates a null object.
friend bool operator<(const NcVarAtt &lhs, const NcVarAtt &rhs)
comparator operator
NcVarAtt & operator=(const NcVarAtt &rhs)
assignment operator
void inq_atttype(const char *name, nc_type *xtypep)
Query a variable attribute type.
NcVar getParentVar() const
Returns the NcVar parent object.
Class represents a netCDF variable.