PackedBoolList.H
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration |
5  \\ / A nd | www.openfoam.com
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8  Copyright (C) 2018 OpenCFD Ltd.
9 -------------------------------------------------------------------------------
10 License
11  This file is part of OpenFOAM, licensed under GNU General Public License
12  <http://www.gnu.org/licenses/>.
13 
14 Typedef
15  Foam::PackedBoolList
16 
17 Description
18  Compatibility name. Superseded (MAR-2018) by Foam::bitSet
19 
20 \*---------------------------------------------------------------------------*/
21 
22 #ifndef PackedBoolList_H
23 #define PackedBoolList_H
24 
25 #include "bitSet.H"
26 
27 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
28 
29 namespace Foam
30 {
31  typedef bitSet PackedBoolList;
32 }
33 
34 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
35 
36 #endif
37 
38 // ************************************************************************* //
Foam::bitSet
A bitSet stores bits (elements with only two states) in packed internal format and supports a variety...
Definition: bitSet.H:64
bitSet.H
Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
Foam::PackedBoolList
bitSet PackedBoolList
Compatibility name. Superseded (MAR-2018) by Foam::bitSet.
Definition: PackedBoolList.H:40