LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::fes::FesValidateResult Struct Reference

The reference's (isValid, errorMsg) pair. More...

#include <line/api/fes/fes_validate.h>

Collaboration diagram for line::fes::FesValidateResult:

Public Attributes

bool isValid = false
std::string errorMsg

Detailed Description

The reference's (isValid, errorMsg) pair.

Definition at line 52 of file fes_validate.h.

Member Data Documentation

◆ errorMsg

std::string line::fes::FesValidateResult::errorMsg

Definition at line 54 of file fes_validate.h.

Referenced by line::fes::fes_aggregate(), and line::fes::fes_validate().

◆ isValid

bool line::fes::FesValidateResult::isValid = false

Definition at line 53 of file fes_validate.h.

Referenced by line::fes::fes_aggregate(), and line::fes::fes_validate().


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