Sagui library v3.5.0
Cross-platform library which helps to develop web servers or frameworks.
Loading...
Searching...
No Matches
Data Fields
sg_expr_extension Struct Reference

#include <sagui.h>

Data Fields

sg_expr_func func
 
const char * identifier
 
void * cls
 

Detailed Description

Handle for the mathematical expression evaluator extension.

Examples
example_expr_full.c.

Field Documentation

◆ func

User-defined function to be executed at run time in a mathematical expression.

Examples
example_expr_full.c.

◆ identifier

const char* identifier

Null-terminated to identify the function.

◆ cls

void* cls

User-defined closure.


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