reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
209 explicit ScopedIncrement(int *Depth) : Depth(Depth) { ++(*Depth); } 209 explicit ScopedIncrement(int *Depth) : Depth(Depth) { ++(*Depth); }