|   CCfits | Namespace enclosing all CCfits classes and globals definitions | 
|    FITSUtil |  | 
|     auto_array_ptr | A class that mimics the std:: library auto_ptr class, but works with arrays | 
|     CAarray | Function object returning C array from a valarray. see CVarray for details | 
|     CVAarray | Function object returning C array from a vector of valarrays. see CVarray for details | 
|     CVarray | Function object class for returning C arrays from standard library objects used in the FITS library implementation | 
|     MatchName | Predicate for classes that have a name attribute; match input string with instance name | 
|     MatchNum | Predicate for classes that have an index attribute; match input index with instance value | 
|     MatchPtrName | As for MatchName, only with the input class a pointer | 
|     MatchPtrNum | As for MatchNum, only with the input class a pointer | 
|     MatchType | Function object that returns the FITS ValueType corresponding to an input intrinsic type | 
|     UnrecognizedType | Exception thrown by MatchType if it encounters data type incompatible with cfitsio | 
|    AsciiTable | Class Representing Ascii Table Extensions | 
|    BinTable | Class Representing Binary Table Extensions. Contains columns with scalar or vector row entries | 
|    Column | Abstract base class for Column objects | 
|     InsufficientElements | Exception thrown if the data supplied for a write operation is less than declared | 
|     InvalidDataType | Exception thrown for invalid data type inputs | 
|     InvalidNumberOfRows | Exception thrown if user enters a non-positive number for the number of rows to write | 
|     InvalidRowNumber | Exception thrown on attempting to read a row number beyond the end of a table | 
|     InvalidRowParameter | Exception thrown on incorrect row writing request | 
|     NoNullValue | Exception thrown if a null value is specified without support from existing column header | 
|     RangeError | Exception to be thrown for inputs that cause range errors in column read operations | 
|     WrongColumnType | Exception thrown on attempting to access a scalar column as vector data | 
|    ExtHDU | Base class for all FITS extension HDUs, i.e. Image Extensions and Tables | 
|     WrongExtensionType | Exception to be thrown on unmatched extension types | 
|    FITS | Memory object representation of a disk FITS file | 
|     CantCreate | Thrown on failure to create new file | 
|     CantOpen | Thrown on failure to open existing file | 
|     NoSuchHDU | Exception thrown by HDU retrieval methods | 
|     OperationNotSupported | Thrown for unsupported operations, such as attempted to select rows from an image extension | 
|    FitsError | FitsError is the exception thrown by non-zero cfitsio status codes | 
|    FitsException | FitsException is the base class for all exceptions thrown by this library | 
|    FitsFatal | [potential] base class for exceptions to be thrown on internal library error | 
|    GroupTable | Class representing a hierarchical association of Header Data Units (HDUs) | 
|    HDU | Base class for all HDU [Header-Data Unit] objects | 
|     InvalidExtensionType | Exception to be thrown if user requests extension type that can not be understood as ImageExt, AsciiTable or BinTable | 
|     InvalidImageDataType | Exception to be thrown if user requests creation of an image of type not supported by cfitsio | 
|     NoNullValue | Exception to be thrown on seek errors for keywords | 
|     NoSuchKeyword | Exception to be thrown on seek errors for keywords | 
|    Keyword | Abstract base class defining the interface for Keyword objects | 
|    PHDU | Class representing the primary HDU for a FITS file | 
|    Table |  | 
|     NoSuchColumn | Exception to be thrown on a failure to retrieve a column specified either by name or index number | 
|   FITSUtil | FITSUtil is a namespace containing functions used internally by CCfits, but which might be of use for other applications | 
|   ImageExt< T > |  |