Lumiera  0.pre.03
»edit your freedom«
Record< TAR > Struct Template Reference

#include "common/query/defs-registry.hpp"

Description

template<class TAR>
struct lumiera::query::impl::Record< TAR >

holding a single "default object" entry

Definition at line 97 of file defs-registry.hpp.

Public Member Functions

 Record (Query< TAR > const &q, P< TAR > const &obj)
 
string dumpObj () const
 
 operator string () const
 

Public Attributes

uint degree
 
weak_ptr< TAR > objRef
 
QueryKey queryKey
 

Classes

struct  Search
 < Functor searching for a specific object More...
 

Friends

bool operator< (Record one, Record two)
 

Friends And Related Function Documentation

◆ operator<

bool operator< ( Record< TAR >  one,
Record< TAR >  two 
)
friend
Parameters
two
Note
doesn't touch the objRef

Definition at line 126 of file defs-registry.hpp.

+ Collaboration diagram for Record< TAR >:

The documentation for this struct was generated from the following file: