MultiAgentDecisionProcess  Release 0.2.1
Timing::Times Struct Reference

Stores the start and end of a timespan, in clock cycles. More...

Public Attributes

clock_t end
bool hasEnded
clock_t start

Detailed Description

Stores the start and end of a timespan, in clock cycles.

Definition at line 49 of file Timing.h.

Member Data Documentation

clock_t Timing::Times::end

Definition at line 50 of file Timing.h.

Referenced by Timing::Load(), and Timing::Start().

bool Timing::Times::hasEnded

Definition at line 51 of file Timing.h.

Referenced by Timing::Start().

clock_t Timing::Times::start

Definition at line 50 of file Timing.h.

Referenced by Timing::Load(), and Timing::Start().


The documentation for this struct was generated from the following file: