Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Implementation backend part for a configuration rules / query system.
Definition in file config-rules.cpp.
Functions | |
bool | isFakeBypass (lumiera::QueryKey const &q) |
LUMIERA_ERROR_DEFINE (CAPABILITY_QUERY, "unresolvable capability query") | |
void | setFakeBypass (lumiera::QueryKey const &q) |
backdoor for tests: the next config query with this query string will magically succeed with every candidate object provided. More... | |
Variables | |
QueryKey | fakeBypass |
Namespaces | |
lumiera | |
Lumiera public interface. | |
void setFakeBypass | ( | lumiera::QueryKey const & | q | ) |
backdoor for tests: the next config query with this query string will magically succeed with every candidate object provided.
This is currently necessary to get objects into the defaults manager, as the query system is not able to do real query resolution
Definition at line 57 of file config-rules.cpp.
References lumiera::query::setFakeBypass().
Referenced by lumiera::query::setFakeBypass().