0.4.1
Loading...
Searching...
No Matches
NAV::Combiner::SendRequest Struct Reference

Send request information. More...

Data Fields

size_t combIndex
 Combination Index.
 
std::vector< std::pair< std::string, std::shared_ptr< const NodeData > > > rawData
 List of the raw data of all terms contributing to the result.
 
double result
 Calculation result.
 
std::unordered_set< size_t > termIndices
 Term indices, which are already calculated.
 
bool termNullopt
 True if one of the terms values returned std::nullopt.
 

Detailed Description

Send request information.

Definition at line 197 of file Combiner.hpp.

Field Documentation

◆ combIndex

size_t NAV::Combiner::SendRequest::combIndex

Combination Index.

Definition at line 199 of file Combiner.hpp.

◆ rawData

std::vector<std::pair<std::string, std::shared_ptr<const NodeData> > > NAV::Combiner::SendRequest::rawData

List of the raw data of all terms contributing to the result.

Definition at line 203 of file Combiner.hpp.

◆ result

double NAV::Combiner::SendRequest::result

Calculation result.

Definition at line 201 of file Combiner.hpp.

◆ termIndices

std::unordered_set<size_t> NAV::Combiner::SendRequest::termIndices

Term indices, which are already calculated.

Definition at line 200 of file Combiner.hpp.

◆ termNullopt

bool NAV::Combiner::SendRequest::termNullopt

True if one of the terms values returned std::nullopt.

Definition at line 202 of file Combiner.hpp.


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