Horizon
Loading...
Searching...
No Matches
check_util.hpp
1#pragma once
2#include <string>
3
4namespace horizon {
5bool needs_trim(const std::string &s);
6bool check_tag(const std::string &s, class RulesCheckResult &r);
7bool check_prefix(const std::string &s, class RulesCheckResult &r);
8enum class RulesCheckErrorLevel;
9void accumulate_level(RulesCheckErrorLevel &r, RulesCheckErrorLevel l);
10} // namespace horizon