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

Public Member Functions | |
| NcGroupAtt () | |
| NcGroupAtt (const NcGroup &grp, const int index) | |
| NcGroupAtt (const NcGroupAtt &rhs) | |
| The copy constructor. More... | |
| NcGroupAtt & | operator= (const NcGroupAtt &rhs) |
| bool | operator== (const NcGroupAtt &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 NcGroupAtt &lhs, const NcGroupAtt &rhs) |
| bool | operator> (const NcGroupAtt &lhs, const NcGroupAtt &rhs) |
Additional Inherited Members | |
Protected Member Functions inherited from netCDF::NcAtt | |
| NcAtt & | operator= (const NcAtt &rhs) |
Class represents a netCDF group attribute
| NcGroupAtt::NcGroupAtt | ( | ) |
Constructor generates a null object.
| NcGroupAtt::NcGroupAtt | ( | const NcGroupAtt & | rhs | ) |
The copy constructor.
The copy constructor.
| NcGroupAtt::NcGroupAtt | ( | const NcGroup & | grp, |
| const int | index | ||
| ) |
Constructor for an existing global attribute.
| grp | Parent Group object. |
| index | The index (id) of the attribute. |
| NcGroupAtt & NcGroupAtt::operator= | ( | const NcGroupAtt & | rhs | ) |
assignment operator
| bool NcGroupAtt::operator== | ( | const NcGroupAtt & | rhs | ) |
equivalence operator
|
friend |
comparator operator
|
friend |
comparator operator
1.8.17