![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Inheritance diagram for civtimer:
Collaboration diagram for civtimer:Public Member Functions | |
| civtimer (enum timer_timetype type, enum timer_use use) | |
Public Attributes | |
| enum timer_state | state |
| enum timer_timetype | type |
| enum timer_use | use |
| double | sec |
| int | msec |
Definition at line 24 of file timing.cpp.
| civtimer::civtimer | ( | enum timer_timetype | type, |
| enum timer_use | use | ||
| ) |
Definition at line 34 of file timing.cpp.
| int civtimer::msec |
Definition at line 31 of file timing.cpp.
Referenced by timer_clear(), and timer_stop().
| double civtimer::sec |
Definition at line 30 of file timing.cpp.
Referenced by timer_clear(), timer_read_seconds(), and timer_stop().
| enum timer_state civtimer::state |
Definition at line 26 of file timing.cpp.
Referenced by timer_clear(), timer_read_seconds(), timer_start(), and timer_stop().
| enum timer_timetype civtimer::type |
Definition at line 26 of file timing.cpp.
Referenced by timer_renew().
| enum timer_use civtimer::use |
Definition at line 26 of file timing.cpp.
Referenced by timer_in_use(), timer_read_seconds(), timer_renew(), timer_start(), and timer_stop().