|
Page Speed Optimization Libraries
1.13.35.1
|
#include "function.h"
Public Member Functions | |
| MemberFunctionBase (C *c) | |
Public Member Functions inherited from net_instaweb::Function | |
| void | set_quit_requested_pointer (AtomicBool *x) |
| bool | quit_requested () const |
| void | CallRun () |
| void | CallCancel () |
| void | set_delete_after_callback (bool x) |
| void | Reset () |
Protected Attributes | |
| C * | object_ |
Additional Inherited Members | |
Protected Member Functions inherited from net_instaweb::Function | |
| virtual void | Run ()=0 |
| virtual void | Cancel () |
Base class for a MemberFunctionN classes, implementing an optional Cancel via a Member function.
1.8.6