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

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< Termterms
 List of terms making up the combination.
 

Detailed Description

Combination of data.

Definition at line 104 of file Combiner.hpp.

Member Function Documentation

◆ description()

std::string NAV::Combiner::Combination::description ( const Combiner * node) const
inlinenodiscard

Get a string description of the combination.

Parameters
nodeCombiner node pointer

Definition at line 141 of file Combiner.hpp.

Field Documentation

◆ terms

std::vector<Term> NAV::Combiner::Combination::terms

List of terms making up the combination.

Definition at line 136 of file Combiner.hpp.


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