Versions Compared

Key

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

class Geo::GeoTimer::Task

The Task object that the user creates to wrap an activity.

Functions

NameDescription
~Task()

Destructor; when it fires it stops the timer (if not already done by another Task)

NonCopyable(NonCopyable &&)

Defaulted to allow move.

operator=(NonCopyable &&)

Defaulted to allow move.

Task(GeoTimer &, const GeoSymbolString &, bool)

Construct a new Task.


Anchor
ab12d72af8d584a12f1d84a0c12875c87
ab12d72af8d584a12f1d84a0c12875c87

Geo::GeoTimer::Task::~Task

...

public: ~Task()

...

Destructor; when it fires it stops the timer (if not already done by another Task)


Anchor
adaed81b4c59f263dcb4e78c4126f4683
adaed81b4c59f263dcb4e78c4126f4683

Geo::NonCopyable::NonCopyable

...

public: NonCopyable
(
    NonCopyable &&
)

...

Defaulted to allow move.


Anchor
a6abc781e23b8f4864e0b868806e0acbf
a6abc781e23b8f4864e0b868806e0acbf

NonCopyable& Geo::NonCopyable::operator=

...

public: NonCopyable & operator=
(
    NonCopyable &&
)

...

Defaulted to allow move.


Anchor
aaab23e41b40ebbeb8e9997fcb9460b22
aaab23e41b40ebbeb8e9997fcb9460b22

Geo::GeoTimer::Task::Task

...

public: Task
(
    GeoTimer & timer,
    const GeoSymbolString & name,
    bool subtask
)

...

Construct a new Task.

Parameters
timer

The timer that this task should be added to

name

The name of this task (does not have to be unique)

subtask

Should this task add itself as a child or replace current task?