|
netcdf-C++
|
#include <ncVarAtt.h>

Public Member Functions | |
| NcVar | getParentVar () const |
| void | inq_atttype (const char *name, nc_type *xtypep) |
| NcVarAtt () | |
| NcVarAtt (const NcGroup &grp, const NcVar &ncVar, const int index) | |
| NcVarAtt (const NcVarAtt &rhs) | |
| The copy constructor. More... | |
| NcVarAtt & | operator= (const NcVarAtt &rhs) |
Public Member Functions inherited from netCDF::NcAtt | |
| size_t | getAttLength () const |
| std::string | getName () const |
| NcGroup | getParentGroup () const |
| NcType | getType () const |
| void | getValues (char **dataValues) const |
| void | getValues (char *dataValues) const |
| void | getValues (double *dataValues) const |
| void | getValues (float *dataValues) const |
| void | getValues (int *dataValues) const |
| void | getValues (long *dataValues) const |
| void | getValues (long long *dataValues) const |
| void | getValues (short *dataValues) const |
| void | getValues (signed char *dataValues) const |
| void | getValues (std::string &dataValues) const |
| void | getValues (unsigned char *dataValues) const |
| void | getValues (unsigned int *dataValues) const |
| void | getValues (unsigned long long *dataValues) const |
| void | getValues (unsigned short *dataValues) const |
| void | getValues (void *dataValues) const |
| bool | isNull () const |
| NcAtt () | |
| NcAtt (bool nullObject) | |
| NcAtt (const NcAtt &rhs) | |
| bool | operator!= (const NcAtt &rhs) const |
| bool | operator== (const NcAtt &rhs) const |
| virtual | ~NcAtt ()=0 |
Friends | |
| bool | operator< (const NcVarAtt &lhs, const NcVarAtt &rhs) |
| bool | operator> (const NcVarAtt &lhs, const NcVarAtt &rhs) |
Additional Inherited Members | |
Protected Member Functions inherited from netCDF::NcAtt | |
| NcAtt & | operator= (const NcAtt &rhs) |
| NcVarAtt::NcVarAtt | ( | ) |
Constructor generates a null object.
| NcVarAtt::NcVarAtt | ( | const NcVarAtt & | rhs | ) |
The copy constructor.
The copy constructor.
| void NcVarAtt::inq_atttype | ( | const char * | name, |
| nc_type * | xtypep | ||
| ) |
Query a variable attribute type.
1.8.17