casacore
|
Variable Length Array Descriptor. More...
#include <fits.h>
Public Member Functions | |
FitsVADesc () | |
FitsVADesc (const FitsVADesc &x) | |
FitsVADesc & | operator= (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 &) |
Variable Length Array Descriptor.
|
inline |
|
inline |
Definition at line 140 of file fits.h.
References no_elements, and rel_offset.
|
friend |
|
protected |
Definition at line 148 of file fits.h.
Referenced by operator=().
|
protected |
Definition at line 149 of file fits.h.
Referenced by operator=().