ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::expressions::plugins::Calculus::ConstantIdentifierEntry Struct Reference

Description:

An entry of field ConstantIdentifiers. Describes how the identifier is recognized and the constant value to return for it.

Definition at line 272 of file calculus.inl.

Collaboration diagram for alib::expressions::plugins::Calculus::ConstantIdentifierEntry:
[legend]

Public Field Index:

Token Descriptor
 The name, minimum length and letter case sensitivity of the function to recognize.
 
Box Result
 The constant result.
 

Field Details:

◆ Descriptor

Token alib::expressions::plugins::Calculus::ConstantIdentifierEntry::Descriptor

The name, minimum length and letter case sensitivity of the function to recognize.

Definition at line 275 of file calculus.inl.

◆ Result

Box alib::expressions::plugins::Calculus::ConstantIdentifierEntry::Result

The constant result.

Definition at line 278 of file calculus.inl.


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