C++ features by examples
|
This is the complete list of members for Chain_of_responsibility, including all inherited members.
handle(Command &cmnd) override | Chain_of_responsibility | inlinevirtual |
register_handler(Handler &&h, bool front=false) | Chain_of_responsibility | inline |
~Handler()=default | Handler | virtual |