Lumiera
0.pre.03
»edit your freedom«
|
#include "common/advice/binding.hpp"
Functor object for matching against another Binding.
Contains precompiled information necessary for determining a match.
Definition at line 170 of file common/advice/binding.hpp.
Public Member Functions | |
bool | matches (Binding const &obi) const |
bool | matches (Binding::Matcher const &oma) const |
Friends | |
class | Binding |
HashVal | hash_value (Matcher const &) |
Private Member Functions | |
Matcher (HashVal ha) | |
Private Attributes | |
HashVal | bindingHash_ |