Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::ScopedTickCounter

A class that times the interval between construction and destruction, adding this number of ticks to the counter provided.

Functions

NameDescription
ScopedTickCounter(Geo::s64 &)

Creates a ScopedTickCounter that uses the given counter reference.


Anchor
a3d6bbcda88f28eaccc9b73d55635814d
a3d6bbcda88f28eaccc9b73d55635814d

Geo::ScopedTickCounter::ScopedTickCounter

...

public: ScopedTickCounter
(
    Geo::s64 & counter
)

...

Creates a ScopedTickCounter that uses the given counter reference.