LogiArrayFwd.h
Classes
- Global Functions -- Forward declarations for LogicalArrays. (full description)
Interface
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Etymology
LogiArrayFwd is short for LogicalArrayForwards, which is too long by
AIPS++ file naming conventions. It contains forwards for LogicalArrays.
Synopsis
This file contains forward definitions for LogicalArrays.
Motivation
There are places where LogicalArrays cannot be defined, i.e. where
LogiArray.h cannot be included. In those places, one must provide
forward declarations for those objects which one is using.
This is particularly tricky for LogicalArrays, since they are not
classes, but are rather typedefs. In order to make these forwards
easier to get correct, and easier to maintain, this file was created.
If LogicalArrays should ever be change to a class, only this file would
need to be changed, instead of every file where the current typedefs
would have to be changed to class forwards.
To Do
- Change LogicalArrayElem char.
- Consider making these into classes.
- Consider replacing with builtin boolean class when that
makes it into the C++ compiler.
Member Description