![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Test dummy record, representing either a provision or an request.
The advice binding is simulated by storing a pattern matcher, and for the case of the advice request, the solution is simulated by a TestPOA*
Definition at line 43 of file advice-index-test.cpp.
Public Attributes | |
| TestPOA * | solution_ |
| Binding::Matcher | pattern_ |
Public Member Functions | |
| TestPOA (Literal spec="missing") | |
| bool | matches (Literal refSpec) const |
| void | changeBinding (Literal newSpec) |
| void | setSolution (TestPOA *p) |
| const TestPOA * | getSolution () const |
| Binding::Matcher | getMatcher () const |
Friends | |
| HashVal | hash_value (TestPOA const &entry) |
Definition at line 49 of file advice-index-test.cpp.
|
inline |
Definition at line 55 of file advice-index-test.cpp.
References Binding::Matcher::matches().
Here is the call graph for this function:
|
inline |
Definition at line 61 of file advice-index-test.cpp.
References Binding::buildMatcher().
Referenced by AdviceIndex_test::modifyRequest().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 69 of file advice-index-test.cpp.
|
inline |
Definition at line 70 of file advice-index-test.cpp.
|
inline |
Definition at line 71 of file advice-index-test.cpp.
| TestPOA* solution_ |
Definition at line 45 of file advice-index-test.cpp.
| Binding::Matcher pattern_ |
Definition at line 46 of file advice-index-test.cpp.
|
friend |
Definition at line 74 of file advice-index-test.cpp.
Collaboration diagram for TestPOA: