|
Squid Web Cache master
|
creates Action using supplied Action::Create method and command More...
Public Types | |
| using | Handler = ClassActionCreationHandler |
| typedef RefCount< ActionCreator > | Pointer |
Public Member Functions | |
| ClassActionCreator (Handler *const aHandler) | |
| Action::Pointer | create (const Command::Pointer &cmd) const override |
| returns a pointer to the new Action object for cmd; never nil | |
Private Attributes | |
| Handler * | handler |
| configured Action object creator | |
Definition at line 34 of file Registration.cc.
Definition at line 37 of file Registration.cc.
|
inherited |
Definition at line 26 of file ActionCreator.h.
|
inline |
Definition at line 40 of file Registration.cc.
|
inlineoverridevirtual |
|
private |
Definition at line 48 of file Registration.cc.
Referenced by create().