From b18347ffc9db9641e215995edea1c04c363b2bdf Mon Sep 17 00:00:00 2001 From: Angelo Rossi Date: Wed, 21 Jun 2023 12:04:16 +0000 Subject: Initial commit. --- includes/freedom.hpp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 includes/freedom.hpp (limited to 'includes/freedom.hpp') diff --git a/includes/freedom.hpp b/includes/freedom.hpp new file mode 100644 index 0000000..83292b4 --- /dev/null +++ b/includes/freedom.hpp @@ -0,0 +1,30 @@ +//-*- 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 -- cgit v1.2.3