Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | Public Attributes | List of all members
mygsl::plain_function_entry Struct Reference

#include <bayeux/mygsl/math.h>

Public Member Functions

 plain_function_entry ()
 
void reset ()
 

Public Attributes

std::string name
 
plain_function_flag type
 Type of the plain function. More...
 
plain_function_type func_simple
 Address of the simple plain function. More...
 
plain_function_with_parameters_type func_with_params
 Address of the plain function with parameters. More...
 

Constructor & Destructor Documentation

◆ plain_function_entry()

mygsl::plain_function_entry::plain_function_entry ( )

Member Function Documentation

◆ reset()

void mygsl::plain_function_entry::reset ( )

Member Data Documentation

◆ func_simple

plain_function_type mygsl::plain_function_entry::func_simple

Address of the simple plain function.

◆ func_with_params

plain_function_with_parameters_type mygsl::plain_function_entry::func_with_params

Address of the plain function with parameters.

◆ name

std::string mygsl::plain_function_entry::name

◆ type

plain_function_flag mygsl::plain_function_entry::type

Type of the plain function.


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