|
dejavu
Fast probabilistic symmetry detection.
|
Calls several other hooks. More...
#include <dejavu.h>
Inheritance diagram for dejavu::hooks::multi_hook:
Collaboration diagram for dejavu::hooks::multi_hook:Public Member Functions | |
| void | add_hook (dejavu_hook *hook) |
| void | clear () |
| dej_nodiscard size_t | size () const |
| dejavu_hook * | get_hook () override |
Public Member Functions inherited from dejavu::hooks::hook_interface | |
| virtual dejavu_hook * | get_hook ()=0 |
| virtual | ~hook_interface ()=default |
Calls several other hooks.
A hook that is used to call several other hooks.
|
inline |
|
inlineoverridevirtual |
Implements dejavu::hooks::hook_interface.
|
inline |