ReCodEx - Task Broker
ReCodEx is complex programmer testing solution, primary targeted to technical universities. It's highly customizable and based on modern technologies.
|
#include <worker.h>
Public Member Functions | |
header_matcher (std::string my_value) | |
virtual | ~header_matcher () |
virtual bool | match (const std::string &value) |
Protected Attributes | |
std::string | my_value_ |
Basic matcher used to compare requested headers to those supported by the worker. The class is meant to be extended for different matching methods (e.g. numeric comparison).
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Check if given value match with inner preset value.
value | Value to be checked. |
Reimplemented in count_matcher, and multiple_string_matcher.
|
protected |