Invalidatable

Invalidatable class

Class that makes it possible to track the state of its descendants through InvalidatableTracker objects.

class Invalidatable

Methods

MethodDescription
int64_t GetState()Returns current state.
void Invalidate()Changes the current state, invalidating all previously created trackers.

See Also