LogiArrayFwd.h

Classes

Global Functions -- Forward declarations for LogicalArrays. (full description)

Forward declarations for LogicalArrays. (source)

Interface

Description

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

Member Description