|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for AHDispatcher< Key, Operation >, including all inherited members.
| AHDispatcher()=default | AHDispatcher< Key, Operation > | |
| AHDispatcher(const Key &key, Operation op, Pairs ... pairs) | AHDispatcher< Key, Operation > | inline |
| insert(const Key &key, Operation op) | AHDispatcher< Key, Operation > | inline |
| is_empty() const | AHDispatcher< Key, Operation > | inline |
| keys() const | AHDispatcher< Key, Operation > | inline |
| remove(const Key &key) | AHDispatcher< Key, Operation > | inline |
| run(const Key &key, Args &&... args) const | AHDispatcher< Key, Operation > | inline |
| size() const | AHDispatcher< Key, Operation > | inline |
| tbl | AHDispatcher< Key, Operation > | private |
| valid_key(const Key &key) | AHDispatcher< Key, Operation > | inline |