| MBDyn-1.7.3
    | 
#include <netcdfcpp.h>


| Public Member Functions | |
| virtual | ~NcAtt (void) | 
| NcToken | name (void) const | 
| NcType | type (void) const | 
| NcBool | is_valid (void) const | 
| long | num_vals (void) const | 
| NcValues * | values (void) const | 
| NcBool | rename (NcToken newname) | 
| NcBool | remove (void) | 
|  Public Member Functions inherited from NcTypedComponent | |
| virtual | ~NcTypedComponent (void) | 
| virtual ncbyte | as_ncbyte (long n) const | 
| virtual char | as_char (long n) const | 
| virtual short | as_short (long n) const | 
| virtual int | as_int (long n) const | 
| virtual int | as_nclong (long n) const | 
| virtual long | as_long (long n) const | 
| virtual float | as_float (long n) const | 
| virtual double | as_double (long n) const | 
| virtual char * | as_string (long n) const | 
| Private Member Functions | |
| NcAtt (NcFile *, const NcVar *, NcToken) | |
| NcAtt (NcFile *, NcToken) | |
| Private Attributes | |
| const NcVar * | the_variable | 
| char * | the_name | 
| Friends | |
| class | NcFile | 
| NcAtt * | NcVar::get_att (NcToken) const | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from NcTypedComponent | |
| NcTypedComponent (NcFile *) | |
| virtual NcValues * | get_space (long numVals=0) const | 
|  Protected Attributes inherited from NcTypedComponent | |
| NcFile * | the_file | 
Definition at line 410 of file netcdfcpp.h.
| 
 | virtual | 
| 
 | virtual | 
Implements NcTypedComponent.
| 
 | virtual | 
Implements NcTypedComponent.
| 
 | virtual | 
Implements NcTypedComponent.
| NcBool NcAtt::remove | ( | void | ) | 
Implements NcTypedComponent.
| 
 | virtual | 
Implements NcTypedComponent.
| 
 | virtual | 
Implements NcTypedComponent.
| 
 | friend | 
Definition at line 431 of file netcdfcpp.h.
| 
 | friend | 
| 
 | private | 
Definition at line 424 of file netcdfcpp.h.
| 
 | private | 
Definition at line 423 of file netcdfcpp.h.