casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | Friends | List of all members
casacore::FitsVADesc Class Reference

Variable Length Array Descriptor. More...

#include <fits.h>

Public Member Functions

 FitsVADesc ()
 
 FitsVADesc (const FitsVADesc &x)
 
FitsVADescoperator= (const FitsVADesc &x)
 
 FitsVADesc (int n, int o)
 
void set (int n, int o)
 
int num () const
 
int offset () const
 

Protected Attributes

int no_elements
 
int rel_offset
 

Friends

ostream & operator<< (ostream &o, const FitsVADesc &)
 

Detailed Description

Variable Length Array Descriptor.

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Definition at line 130 of file fits.h.

Constructor & Destructor Documentation

casacore::FitsVADesc::FitsVADesc ( )
inline

Definition at line 133 of file fits.h.

casacore::FitsVADesc::FitsVADesc ( const FitsVADesc x)
inline

Definition at line 134 of file fits.h.

casacore::FitsVADesc::FitsVADesc ( int  n,
int  o 
)
inline

Definition at line 139 of file fits.h.

Member Function Documentation

int casacore::FitsVADesc::num ( ) const
inline

Definition at line 141 of file fits.h.

References no_elements.

int casacore::FitsVADesc::offset ( ) const
inline

Definition at line 142 of file fits.h.

References rel_offset.

FitsVADesc& casacore::FitsVADesc::operator= ( const FitsVADesc x)
inline

Definition at line 136 of file fits.h.

References no_elements, and rel_offset.

void casacore::FitsVADesc::set ( int  n,
int  o 
)
inline

Definition at line 140 of file fits.h.

References no_elements, and rel_offset.

Friends And Related Function Documentation

ostream& operator<< ( ostream &  o,
const FitsVADesc  
)
friend

Member Data Documentation

int casacore::FitsVADesc::no_elements
protected

Definition at line 144 of file fits.h.

Referenced by num(), operator=(), and set().

int casacore::FitsVADesc::rel_offset
protected

Definition at line 145 of file fits.h.

Referenced by offset(), operator=(), and set().


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