summaryrefslogtreecommitdiff
path: root/src/include/tome/squelch/condition_fwd.hpp
blob: 744e7884af72e25a566e0e243356c85003f800d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef H_1122f873_e83d_4af8_b6a8_a9e8db195473
#define H_1122f873_e83d_4af8_b6a8_a9e8db195473

#include <functional>
#include <memory>

namespace squelch {

enum class match_type : int;
class Condition;
typedef std::function< std::shared_ptr<Condition> () > ConditionFactory;

} // namespace

#endif