/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation \\/ M anipulation | Copyright (C) 2017-2018 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenFOAM. If not, see . Class Foam::List Description A 1D array of objects of type \, where the size of the vector is known and used for subscript bounds checking, etc. Storage is allocated on free-store during construction. SourceFiles List.C ListI.H ListIO.C \*---------------------------------------------------------------------------*/ #ifndef List_H #define List_H #include "UList.H" #include "autoPtr.H" #include "one.H" #include "SLListFwd.H" #include // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // namespace Foam { // Forward declarations class Istream; class Ostream; template class List; template class FixedList; template class DynamicList; template class PtrList; template class SortableList; template class IndirectList; template class UIndirectList; template class BiIndirectList; template Istream& operator>>(Istream& is, List& list); // Common list types typedef List charList; typedef List