Flow123d  release_2.2.0-914-gf1a3a4f
Classes | Namespaces | Functions
type_output.hh File Reference
#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"
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

 * 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.