Page Speed Optimization Libraries
1.2.24.1
|
#include "rewrite_driver_factory.h"
Public Member Functions | |
Deleter (T *obj) | |
virtual void | Run () |
Helper for users of RewriterDriverFactory::defer_cleanup --- instantiates into objects that call the appropriate delete operator when Run.
virtual void net_instaweb::RewriteDriverFactory::Deleter< T >::Run | ( | ) | [inline, virtual] |
Callers must override this to define the action to take when a closure is run. If this is called, Cancel() should not be called. This is a convention that's expected of callers of Function objects, but is not enforced by the Function implementation.
Implements net_instaweb::Function.