Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#include <limits>
#include <ios>
#include <set>
#include <map>
#include <vector>
#include <string>
#include <iomanip>
#include <boost/type_traits.hpp>
#include <boost/tokenizer.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <boost/algorithm/string.hpp>
#include "system/global_defs.h"
#include "system/system.hh"
#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 |
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 | Input::Type::FileName |
Class for declaration of the input data that are file names. More... | |
Namespaces | |
Input | |
Input::Type | |
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::DECLARE_EXCEPTION (ExcWrongDefault,<< "Default value "<< EI_DefaultStr::qval<< " do not match type: "<< EI_TypeName::qval<< ";\n"<< "During declaration of the key: "<< EI_KeyName::qval) | |
std::ostream & | Input::Type::operator<< (std::ostream &stream, const TypeBase &type) |