Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
my_host_functions Struct Reference

Static Public Member Functions

static int test (int value)
 
static int test2 (int value)
 

Detailed Description

Definition at line 379 of file host_functions_tests.cpp.

Member Function Documentation

◆ test()

static int my_host_functions::test ( int value)
inlinestatic

Definition at line 380 of file host_functions_tests.cpp.

380{ return value + 42; }
#define value
Definition pkcs11.h:157

◆ test2()

static int my_host_functions::test2 ( int value)
inlinestatic

Definition at line 381 of file host_functions_tests.cpp.

381{ return value * 42; }

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