class
HandlerMapA mapping between CALLOTHER occurences and their handler.
Contents
- Reference
❱ Public functions
- auto has_handler(Id id) -> bool
- Return 'true' if there exist a handler for 'id'.
-
auto get_handler(Id id) -> handler_
t - Return the handler for CALLOTHER occurence 'id'. Return a null pointer if no handler exists.
-
void set_handler(Id id,
handler_
t handler) - Set the handler for 'id' to 'handler'.