![]() |
0.4.1
|
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. | |
Send request information.
Definition at line 197 of file Combiner.hpp.
size_t NAV::Combiner::SendRequest::combIndex |
Combination Index.
Definition at line 199 of file Combiner.hpp.
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.
double NAV::Combiner::SendRequest::result |
Calculation result.
Definition at line 201 of file Combiner.hpp.
std::unordered_set<size_t> NAV::Combiner::SendRequest::termIndices |
Term indices, which are already calculated.
Definition at line 200 of file Combiner.hpp.
bool NAV::Combiner::SendRequest::termNullopt |
True if one of the terms values returned std::nullopt.
Definition at line 202 of file Combiner.hpp.