|
Squid Web Cache master
|
creates FunAction using ActionCreator API More...
Public Types | |
| typedef RefCount< ActionCreator > | Pointer |
Public Member Functions | |
| FunActionCreator (OBJH *const aHandler) | |
| Action::Pointer | create (const CommandPointer &cmd) const override |
| returns a pointer to the new Action object for cmd; never nil | |
Private Attributes | |
| OBJH * | handler |
| legacy function to pass to the FunAction wrapper | |
Definition at line 19 of file Registration.cc.
|
inherited |
Definition at line 26 of file ActionCreator.h.
|
inlineexplicit |
Definition at line 22 of file Registration.cc.
|
inlineoverridevirtual |
Implements Mgr::ActionCreator.
Definition at line 25 of file Registration.cc.
References Mgr::FunAction::Create(), and handler.
|
private |
Definition at line 30 of file Registration.cc.
Referenced by create().