| 
    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 139 of file fits.h.
References no_elements.
      
  | 
  inline | 
Definition at line 140 of file fits.h.
References rel_offset.
      
  | 
  inline | 
Definition at line 134 of file fits.h.
References no_elements, and rel_offset.
      
  | 
  inline | 
Definition at line 138 of file fits.h.
References no_elements, and rel_offset.
      
  | 
  friend | 
      
  | 
  protected | 
Definition at line 142 of file fits.h.
Referenced by num(), operator=(), and set().
      
  | 
  protected | 
Definition at line 143 of file fits.h.
Referenced by offset(), operator=(), and set().