|
| SplitVariable (Variable *rw, Variable *w) |
|
virtual int64 | Get () const |
|
virtual StringPiece | GetName () const |
|
virtual int64 | AddHelper (int64 delta) |
| This is virtual so that subclasses can add platform-specific atomicity.
|
|
virtual void | Clear () |
|
int64 | Add (int64 non_negative_delta) |
| Adds 'delta' to the variable's value, returning the result.
|
|
Variable 'rw' will be used to read and write, variable 'w' will be used for writes only. Does not take ownership of either 'rw' or 'w'. 'rw' and 'w' must be non-NULL.
virtual StringPiece net_instaweb::SplitVariable::GetName |
( |
| ) |
const |
|
virtual |
Return some name representing the variable, provided that the specific implementation has some sensible way of doing so.
Implements net_instaweb::Variable.
The documentation for this class was generated from the following file: