casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types
casa::MaskLogiArrFwd_global_functions_MaskedLogicalArray_forwards Struct Reference

Forward declarations for MaskedLogicalArrays. More...

#include <MaskLogiArrFwd.h>

List of all members.

Public Types

typedef MaskedArray
< LogicalArrayElem > 
MaskedLogicalArray
 Define MaskedLogicalArray.

Detailed Description

Forward declarations for MaskedLogicalArrays.

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25
Test programs:
tMaskedArray

Prerequisite

Etymology

MaskLogiArrayFwd is short for MaskedLogicalArrayForwards, which is too long by AIPS++ file naming conventions. It contains forwards for MaskedLogicalArrays.

Synopsis

This file contains forward definitions for MaskedLogicalArrays.

Motivation

There are places where MaskedLogicalArrays cannot be defined, i.e. where MaskLogiArr.h cannot be included. In those places, one must provide forward declarations for those objects which one is using. This is particularly tricky for MaskedLogicalArrays, 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 MaskedLogicalArrays 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

Definition at line 86 of file MaskLogiArrFwd.h.


Member Typedef Documentation

Define MaskedLogicalArray.

Definition at line 91 of file MaskLogiArrFwd.h.


The documentation for this struct was generated from the following file: