Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
FunHashDispatch_test Class Reference

Description

Test:
Verify generic helper to provide a hash-based function dispatch table.
  • instances are tied to one specific function signature
  • entries are keyed by a hash-ID
  • given that ID, the registered functions can be invoked
  • once enrolled, entries can not be replaced
See also
fun-hash-dispatch.hpp
NodeMeta_test

Definition at line 50 of file fun-hash-dispatch-test.cpp.

Private Member Functions

void run (Arg)
 

Member Function Documentation

◆ run()

void run ( Arg  )
inlineprivate

Definition at line 55 of file fun-hash-dispatch-test.cpp.

References FunHashDispatch< SIG >::contains(), FunHashDispatch< SIG >::enrol(), FunHashDispatch< SIG >::select(), and VERIFY_FAIL.

+ Here is the call graph for this function:
+ Inheritance diagram for FunHashDispatch_test:
+ Collaboration diagram for FunHashDispatch_test:

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