Flow123d  master-f44eb46
input_type.hh File Reference


More...

#include "type_base.hh"
#include "input/attribute_lib.hh"
#include "type_selection.hh"
#include "type_record.hh"
#include "type_abstract.hh"
#include "type_generic.hh"
#include "type_tuple.hh"

Go to the source code of this file.

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.

Todo:
  • explicit instantiation of templates in accessors - not so easy

When C++11 specification become more supported, we can introduce class Key that should be constructed form constant string during compilation, in particular it should check validity of the key string and compute the hash. This can provide some speedup for reading if it will be needed (probably not).

Notes:

Definition in file input_type.hh.