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

#include <line/reg/registry.h>

Collaboration diagram for line::ApiEntry:

Public Attributes

std::string name
 MATLAB-compatible function name, e.g. "pfqn_ca".
std::string domain
 api domain, e.g. "pfqn"
std::vector< Aritharith
 arithmetic modes this function is instantiated for
std::string reference
 the implementation it was ported from

Detailed Description

Definition at line 37 of file registry.h.

Member Data Documentation

◆ arith

std::vector<Arith> line::ApiEntry::arith

arithmetic modes this function is instantiated for

Definition at line 40 of file registry.h.

Referenced by line::reg::api_invoke(), and line::api_supports().

◆ domain

std::string line::ApiEntry::domain

api domain, e.g. "pfqn"

Definition at line 39 of file registry.h.

Referenced by line::reg::api_invoke().

◆ name

std::string line::ApiEntry::name

MATLAB-compatible function name, e.g. "pfqn_ca".

Definition at line 38 of file registry.h.

◆ reference

std::string line::ApiEntry::reference

the implementation it was ported from

Definition at line 41 of file registry.h.


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