//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- // file freedom.hpp #ifndef _FREEDOM_HPP #define _FREEDOM_HPP #include #include #include #include #include #include #include "blkcom.hpp" #include "dekspy.hpp" namespace freedom { template bool freeName(T &); bool freeIn(const std::string &, int32_t &); bool freeIn(const std::string &, int32_t &, int32_t &); bool freeFix(const std::string &, int32_t &); bool freeOne(double &); } #endif // _FREEDOM_HPP // end of file freedom.hpp