Lolly
1.4.28
Loading...
Searching...
No Matches
System
Classes
tm_timer.hpp
Go to the documentation of this file.
1
2
/******************************************************************************
3
* MODULE : tm_timer.hpp
4
* DESCRIPTION: timers
5
* COPYRIGHT : (C) 1999 Joris van der Hoeven
6
*******************************************************************************
7
* This software falls under the GNU general public license version 3 or later.
8
* It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
9
* in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
10
******************************************************************************/
11
12
#ifndef TIMER_H
13
#define TIMER_H
14
15
#include <time.h>
16
17
time_t
get_sec_time
();
18
time_t
get_usec_time
();
19
time_t
raw_time
();
20
time_t
texmacs_time
();
21
22
#endif
// defined TIMER_H
list
The list class represents a linked list.
Definition
list.hpp:48
get_usec_time
time_t get_usec_time()
Definition
tm_timer.cpp:31
texmacs_time
time_t texmacs_time()
Definition
tm_timer.cpp:47
raw_time
time_t raw_time()
Definition
tm_timer.cpp:38
get_sec_time
time_t get_sec_time()
Definition
tm_timer.cpp:24
Generated by
1.10.0