![]() |
0.4.1
|
Combination of data. More...
Data Structures | |
struct | Term |
Term of a combination equation. More... | |
Public Member Functions | |
std::string | description (const Combiner *node) const |
Get a string description of the combination. | |
Data Fields | |
std::vector< Term > | terms |
List of terms making up the combination. | |
Combination of data.
Definition at line 104 of file Combiner.hpp.
|
inlinenodiscard |
Get a string description of the combination.
node | Combiner node pointer |
Definition at line 141 of file Combiner.hpp.
std::vector<Term> NAV::Combiner::Combination::terms |
List of terms making up the combination.
Definition at line 136 of file Combiner.hpp.