casacore
Loading...
Searching...
No Matches
MaskLogiArrFwd.h
Go to the documentation of this file.
1//# MaskLogiArrFwd.h: Forwards for MaskedLogicalArrays.
2//# Copyright (C) 1994,1995,1999
3//# Associated Universities, Inc. Washington DC, USA.
4//#
5//# This library is free software; you can redistribute it and/or modify it
6//# under the terms of the GNU Library General Public License as published by
7//# the Free Software Foundation; either version 2 of the License, or (at your
8//# option) any later version.
9//#
10//# This library is distributed in the hope that it will be useful, but WITHOUT
11//# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12//# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13//# License for more details.
14//#
15//# You should have received a copy of the GNU Library General Public License
16//# along with this library; if not, write to the Free Software Foundation,
17//# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
18//#
19//# Correspondence concerning AIPS++ should be addressed as follows:
20//# Internet email: casa-feedback@nrao.edu.
21//# Postal address: AIPS++ Project Office
22//# National Radio Astronomy Observatory
23//# 520 Edgemont Road
24//# Charlottesville, VA 22903-2475 USA
25
26#ifndef CASA_MASKLOGIARRFWD_2_H
27#define CASA_MASKLOGIARRFWD_2_H
28
29//# There is no source file, so this pragma is not needed.
30#if 0
31#endif
32
33#include "ArrayFwd.h"
34
35namespace casacore { //# NAMESPACE CASACORE - BEGIN
36
37// <summary>
38// Forward declarations for MaskedLogicalArrays.
39// </summary>
40// <reviewed reviewer="UNKNOWN" date="before2004/08/25" tests="tMaskedArray">
41//
42// <prerequisite>
43// <li> <linkto class=Array>Array</linkto>
44// <li> <linkto class=MaskedArray>MaskedArray</linkto>
45// <li> <linkto group="LogiArray.h#LogicalArray">LogicalArray</linkto>
46// </prerequisite>
47//
48// <etymology>
49// MaskLogiArrayFwd is short for MaskedLogicalArrayForwards, which is
50// too long by the old AIPS++ file naming conventions.
51// It contains forwards for MaskedLogicalArrays.
52// </etymology>
53//
54// <synopsis>
55// This file contains forward definitions for MaskedLogicalArrays.
56// </synopsis>
57//
58// <motivation>
59// There are places where MaskedLogicalArrays cannot be defined, i.e. where
60// MaskLogiArr.h cannot be included. In those places, one must provide
61// forward declarations for those objects which one is using.
62// This is particularly tricky for MaskedLogicalArrays, since they are not
63// classes, but are rather typedefs. In order to make these forwards
64// easier to get correct, and easier to maintain, this file was created.
65// If MaskedLogicalArrays should ever be change to a class, only this file would
66// need to be changed, instead of every file where the current typedefs
67// would have to be changed to class forwards.
68// </motivation>
69//
70// <todo asof="$DATE:$>
71// <li> Consider making these into classes.
72// <li> Consider replacing with builtin boolean class when that
73// makes it into the C++ compiler.
74// </todo>
75//
76// <linkfrom anchor="MaskedLogicalArray forwards" classes="Array MaskedArray">
77// <here>MaskedLogicalArray forwards</here> -- Forward declarations for
78// MaskedLogicalArrays.
79// </linkfrom>
80//
81// <group name="MaskedLogicalArray forwards">
83
84//# Forwards
85
86template<typename T> class MaskedArray;
87
88
89// Define MaskedLogicalArray.
90//
92
93
94// </group>
95
96
97} //# NAMESPACE CASACORE - END
98
99#endif
this file contains all the compiler specific defines
Definition mainpage.dox:28
MaskedArray< LogicalArrayElem > MaskedLogicalArray
Define MaskedLogicalArray.