libdballe  7.7
Public Member Functions | Data Fields
dballe::db::mem::cursor::DataBestKey Struct Reference

Wrapper around a Value index that compares so that all values from which the best report should be selected appear to be the same. More...

#include <cursor.h>

Public Member Functions

 DataBestKey (const memdb::ValueStorage< memdb::Value > &values, size_t idx)
 
const memdb::Valuevalue () const
 
bool operator< (const DataBestKey &o) const
 

Data Fields

const memdb::ValueStorage< memdb::Value > & values
 
size_t idx
 

Detailed Description

Wrapper around a Value index that compares so that all values from which the best report should be selected appear to be the same.

This is exported only so that it can be unit tested.


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