Lumiera
0.pre.03
»edit your freedom«
|
#include "common/config-rules.hpp"
the "front side" interface: the Steam-Layer code can use this QueryHandler to retrieve instances of the type TY fulfilling the given Query.
To start with, we use a mock implementation. (this code works and is already used 2/2008)
Definition at line 163 of file config-rules.hpp.
Public Member Functions | |
virtual bool | resolve (P< TY > &solution, Query< TY > const &q)=0 |
try to find or create an object of type TY fulfilling the given query. More... | |
try to find or create an object of type TY fulfilling the given query.
solution | object fulfilling the query. Will be bound or unified (in case it's already bound) with the first solution. any goals to be fulfilled by the solution. |
Referenced by StructFactory::operator()(), and steam::mobject::_mapping::resolveQuery().