| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : #pragma once 2 : 3 : #include "imatcher.hpp" 4 : 5 : namespace wfc{ namespace jsonrpc{ 6 : 7 6 : class true_match 8 : : public imatcher 9 : { 10 : public: 11 : virtual bool configure(const char* , const char* , json::json_error& ) override; 12 : virtual bool match(const char*, const char* , json::json_error& ) override; 13 : }; 14 : 15 : }} |
| Generated by: LCOV version 1.10 |