From 38e20390ddf38edd74447ef7db2af660b8e0ff32 Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Mon, 24 Aug 2020 19:04:13 +0200 Subject: add all available commands (in this branch? @Max where are the others?) --- include/RelationshipHandler.hpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/RelationshipHandler.hpp (limited to 'include/RelationshipHandler.hpp') diff --git a/include/RelationshipHandler.hpp b/include/RelationshipHandler.hpp new file mode 100644 index 0000000..5b609f4 --- /dev/null +++ b/include/RelationshipHandler.hpp @@ -0,0 +1,17 @@ +#pragma once + +#include "Handler.hpp" + +namespace Handler { + namespace RelationShipHandler { + std::vector buildCalArr(std::vector nameV); + + int calculate(std::vector names); + + bool isAlphaNum(const std::string &str); + + std::string rsStart(std::vector const &names); + } + + json relationShipHandler(std::string const &arguments, std::string const &session, void *payload); +} -- cgit v1.2.3-54-g00ecf