Page Speed Optimization Libraries
1.13.35.1
|
#include "rewrite_options.h"
Public Member Functions | |
DeprecatedProperty (StringPiece option_name, OptionScope scope) | |
void | InitializeOption (RewriteOptions *options) const override |
Public Member Functions inherited from net_instaweb::RewriteOptions::PropertyBase | |
PropertyBase (const char *id, StringPiece option_name) | |
void | set_do_not_use_for_signature_computation (bool x) |
bool | is_used_for_signature_computation () const |
void | set_scope (OptionScope x) |
OptionScope | scope () const |
void | set_help_text (const char *x) |
const char * | help_text () const |
void | set_index (int index) |
const char * | id () const |
StringPiece | option_name () const |
int | index () const |
bool | safe_to_print () const |
void | set_safe_to_print (bool safe_to_print) |
Property representing options that got deprecated. Doesn't actually have a corresponding option.
|
inlineoverridevirtual |
Connect the specified RewriteOption to this property. set_index() must previously have been called on this.
Implements net_instaweb::RewriteOptions::PropertyBase.