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-------------------------------------------------------------------------------
10License
11 This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
12
13Typedef
14 Foam::PackedBoolList
15
16Description
17 Compatibility name. Superseded (MAR-2018) by Foam::bitSet
18
19\*---------------------------------------------------------------------------*/
20
21#ifndef PackedBoolList_H
22#define PackedBoolList_H
23
24#include "bitSet.H"
25
26// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27
28namespace Foam
29{
30 typedef bitSet PackedBoolList;
31}
32
33// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
34
35#endif
36
37// ************************************************************************* //
A bitSet stores bits (elements with only two states) in packed internal format and supports a variety...
Definition: bitSet.H:66
Namespace for OpenFOAM.
bitSet PackedBoolList