MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
NcAtt Class Reference

#include <netcdfcpp.h>

Inheritance diagram for NcAtt:
Collaboration diagram for NcAtt:

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 NcVarthe_variable
 
char * the_name
 

Friends

class NcFile
 
NcAttNcVar::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
NcFilethe_file
 

Detailed Description

Definition at line 410 of file netcdfcpp.h.

Constructor & Destructor Documentation

virtual NcAtt::~NcAtt ( void  )
virtual
NcAtt::NcAtt ( NcFile ,
const NcVar ,
NcToken   
)
private
NcAtt::NcAtt ( NcFile ,
NcToken   
)
private

Member Function Documentation

NcBool NcAtt::is_valid ( void  ) const
virtual

Implements NcTypedComponent.

NcToken NcAtt::name ( void  ) const
virtual

Implements NcTypedComponent.

long NcAtt::num_vals ( void  ) const
virtual

Implements NcTypedComponent.

NcBool NcAtt::remove ( void  )
NcBool NcAtt::rename ( NcToken  newname)
virtual

Implements NcTypedComponent.

NcType NcAtt::type ( void  ) const
virtual

Implements NcTypedComponent.

NcValues* NcAtt::values ( void  ) const
virtual

Implements NcTypedComponent.

Friends And Related Function Documentation

friend class NcFile
friend

Definition at line 431 of file netcdfcpp.h.

NcAtt* NcVar::get_att ( NcToken  ) const
friend

Member Data Documentation

char* NcAtt::the_name
private

Definition at line 424 of file netcdfcpp.h.

const NcVar* NcAtt::the_variable
private

Definition at line 423 of file netcdfcpp.h.


The documentation for this class was generated from the following file: