|
Flow123d
build_with_4.0.3-95067a1
|
#include <set>#include <string>#include <ostream>#include <vector>#include <memory>#include "input/type_base.hh"#include "input/type_record.hh"#include "input/type_abstract.hh"
Go to the source code of this file.
Classes | |
| struct | Input::Type::RevNumData |
| Stores version of program and other base data of application. More... | |
| class | Input::Type::OutputBase |
| Base abstract class for output description of the Input::Type tree. More... | |
| class | Input::Type::OutputText |
| Class for create text documentation. More... | |
| class | Input::Type::OutputJSONMachine |
| Class for create JSON machine readable documentation. More... | |
Namespaces | |
| Input | |
| Abstract linear system class. | |
| Input::Type | |
Functions | |
| 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.hh.