![]() |
0.5.0
|
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 106 of file Combiner.hpp.
|
inlinenodiscard |
Get a string description of the combination.
node | Combiner node pointer |
Definition at line 143 of file Combiner.hpp.
std::vector<Term> NAV::Combiner::Combination::terms |
List of terms making up the combination.
Definition at line 138 of file Combiner.hpp.