|
Flow123d
SM_CI_GNU_Integration_tests-185548f
|
#include <stddef.h>#include <iosfwd>#include <map>#include <string>#include <utility>#include <vector>#include <boost/multi_index/hashed_index.hpp>#include <boost/multi_index/identity_fwd.hpp>#include <boost/multi_index/indexed_by.hpp>#include <boost/multi_index/mem_fun.hpp>#include <boost/multi_index/member.hpp>#include <boost/multi_index/ordered_index.hpp>#include <boost/multi_index/tag.hpp>#include <boost/multi_index_container.hpp>#include <boost/serialization/split_member.hpp>#include "input/input_exception.hh"#include "system/exceptions.hh"#include "system/asserts.hh"
Go to the source code of this file.
Classes | |
| class | RegionIdx |
| class | Region |
| class | RegionDB |
| struct | RegionDB::RegionItem |
| One item in region database. More... | |
| struct | RegionDB::DimId |
| struct | RegionDB::OnlyID |
| struct | RegionDB::Label |
| struct | RegionDB::Index |
Namespaces | |
| Input | |
| Abstract linear system class. | |
Typedefs | |
| typedef std::vector< Region > | RegionSet |
| typedef std::map< std::string, RegionSet > | RegionSetTable |
| Type representing a map of RegionSets. More... | |
* Copyright (C) 2015 Technical University of Liberec. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)
This program 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.
Definition in file region.hh.
| typedef std::vector<Region> RegionSet |
| typedef std::map<std::string, RegionSet > RegionSetTable |