![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
#include "common/query/defs-registry.hpp"
holding a single "default object" entry
Definition at line 88 of file defs-registry.hpp.
Classes | |
| struct | Search |
| < Functor searching for a specific object More... | |
Public Attributes | |
| QueryKey | queryKey |
| weak_ptr< TAR > | objRef |
| uint | degree |
Public Member Functions | |
| Record (Query< TAR > const &q, P< TAR > const &obj) | |
| operator string () const | |
| string | dumpObj () const |
Friends | |
| bool | operator< (Record one, Record two) |
Definition at line 94 of file defs-registry.hpp.
|
inline |
Definition at line 122 of file defs-registry.hpp.
References Record< TAR >::degree, QueryKey::display(), Record< TAR >::dumpObj(), and Record< TAR >::queryKey.
Here is the call graph for this function:
|
inline |
Definition at line 123 of file defs-registry.hpp.
References Record< TAR >::objRef.
Referenced by Record< TAR >::operator string().
Here is the caller graph for this function:| QueryKey queryKey |
Definition at line 90 of file defs-registry.hpp.
Referenced by Record< TAR >::operator string().
| weak_ptr<TAR> objRef |
Definition at line 91 of file defs-registry.hpp.
Referenced by Record< TAR >::dumpObj(), and Record< TAR >::Search::operator()().
| uint degree |
Definition at line 92 of file defs-registry.hpp.
Referenced by Record< TAR >::operator string().
Collaboration diagram for Record< TAR >: