C++ features by examples
|
is a virtual command handler of Chain_of_responsibility More...
Public Member Functions | |
virtual int | handle (Command &cmnd) |
Specific handler can process a command and return non-negative. More... | |
virtual | ~Handler ()=default |
is a virtual command handler of Chain_of_responsibility
Definition at line 514 of file patterns.cpp.
|
virtualdefault |
|
inlinevirtual |
Specific handler can process a command and return non-negative.
Reimplemented in Chain_of_responsibility.
Definition at line 518 of file patterns.cpp.