casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Types | List of all members
casacore::MaskLogiArrFwd_global_functions_MaskedLogicalArray_forwards Struct Reference

Forward declarations for MaskedLogicalArrays. More...

#include <MaskLogiArrFwd.h>

Classes

class  MaskedArray
 

Public Types

typedef MaskedArray
< LogicalArrayElem
MaskedLogicalArray
 Define MaskedLogicalArray. More...
 

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 the old 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 84 of file MaskLogiArrFwd.h.

Member Typedef Documentation

Define MaskedLogicalArray.

Definition at line 88 of file MaskLogiArrFwd.h.


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