|
Flow123d
release_3.0.0-916-g95df358
|
#include <limits>#include <ios>#include <map>#include <vector>#include <string>#include <stdint.h>#include <boost/exception/info.hpp>#include <memory>#include <utility>#include "system/exceptions.hh"#include "system/file_path.hh"Go to the source code of this file.
Classes | |
| class | Input::Type::TypeBase |
| Base of classes for declaring structure of the input data. More... | |
| class | Input::Type::Array |
| Class for declaration of inputs sequences. More... | |
| class | Input::Type::Array::ArrayData |
| Actual data of the Array. More... | |
| class | Input::Type::Scalar |
| Base of all scalar types. More... | |
| class | Input::Type::Bool |
| Class for declaration of the input of type Bool. More... | |
| class | Input::Type::Integer |
| Class for declaration of the integral input data. More... | |
| class | Input::Type::Double |
| Class for declaration of the input data that are floating point numbers. More... | |
| class | Input::Type::String |
| Class for declaration of the input data that are in string format. More... | |
| class | Input::Type::FileName |
| Class for declaration of the input data that are file names. More... | |
Namespaces | |
| Input | |
| Abstract linear system class. | |
| Input::Type | |
Enumerations | |
| enum | Input::Type::FinishStatus { Input::Type::none_, Input::Type::in_perform_, Input::Type::regular_, Input::Type::generic_, Input::Type::delete_ } |
Functions | |
| Input::Type::TYPEDEF_ERR_INFO (EI_KeyName, const string) | |
| Input::Type::TYPEDEF_ERR_INFO (EI_DefaultStr, const string) | |
| Input::Type::TYPEDEF_ERR_INFO (EI_TypeName, const string) | |
| Input::Type::TYPEDEF_ERR_INFO (EI_Desc, const string) | |
| Input::Type::DECLARE_EXCEPTION (ExcWrongDefaultJSON,<< "Consistency Error: Not valid JSON of Default value "<< EI_DefaultStr::qval<< " of type "<< EI_TypeName::qval<< ";\n"<< "During declaration of the key: "<< EI_KeyName::qval) | |
| Input::Type::DECLARE_EXCEPTION (ExcWrongDefault,<< "Consistency Error: "<< EI_Desc::val<< "Default value "<< EI_DefaultStr::qval<< " do not match type: "<< EI_TypeName::qval<< ";\n"<< "During declaration of the key: "<< EI_KeyName::qval) | |
| Input::Type::DECLARE_EXCEPTION (ExcUnknownDescendant,<< "Unknown descendant of TypeBase class, name: "<< EI_TypeName::qval) | |
| std::ostream & | Input::Type::operator<< (std::ostream &stream, const TypeBase &type) |
| For convenience we provide also redirection operator for output documentation of Input:Type classes. 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_base.hh.
1.8.11