Flow123d
master-f44eb46
|
#include <string>
#include <regex>
#include "system/exceptions.hh"
#include "input/type_output.hh"
#include "input/type_repository.hh"
#include "input/type_generic.hh"
#include "input/type_tuple.hh"
#include "input/type_selection.hh"
#include <boost/algorithm/string/replace.hpp>
#include <boost/tokenizer.hpp>
#include <boost/functional/hash.hpp>
Go to the source code of this file.
Namespaces | |
Input | |
Abstract linear system class. | |
Input::Type | |
Functions | |
std::string | Input::Type::print_attributes (TypeBase::attribute_map attribute_map) |
std::ostream & | Input::Type::operator<< (std::ostream &stream, OutputText type_output) |
Redirect text output to stream . More... | |
std::ostream & | Input::Type::operator<< (std::ostream &stream, OutputJSONMachine type_output) |
Redirect machine readable output to stream . 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 type_output.cc.