48    return nullObject == rhs.
isNull();
 
   50    return myName == rhs.myName && groupId == rhs.groupId;
 
   57  groupId =  grp.
getId();
 
   60  char attName[NC_MAX_NAME+1];
 
   61  ncCheck(nc_inq_attname(groupId,varId, index, attName),__FILE__,__LINE__);
 
   62  ncCheck(nc_inq_attname(groupId,varId,index,attName),__FILE__,__LINE__);
 
Abstract base class represents inherited by ncVarAtt and ncGroupAtt.
NcAtt & operator=(const NcAtt &rhs)
assignment operator
bool isNull() const
Returns true if this object is null (i.e.
Class represents a netCDF group attribute.
bool operator==(const NcGroupAtt &rhs)
equivalence operator
NcGroupAtt()
Constructor generates a null object.
Class represents a netCDF group.
int getId() const
Gets the group id.
void ncCheck(int retCode, const char *file, int line)
Function checks error code and if necessary throws an exception.