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