VPTissue Reference Manual
clock_man.h
Go to the documentation of this file.
1 #ifndef UTIL_CLOCK_MAN_H_INCLUDED
2 #define UTIL_CLOCK_MAN_H_INCLUDED
3 /*
4  * Copyright 2011-2016 Universiteit Antwerpen
5  *
6  * Licensed under the EUPL, Version 1.1 or as soon they
7  * will be approved by the European Commission - subsequent
8  * versions of the EUPL (the "Licence");
9  * You may not use this work except in compliance with the
10  * Licence. You may obtain a copy of the Licence at:
11  *
12  * http://ec.europa.eu/idabc/eupl5
13  *
14  * Unless required by applicable law or agreed to in
15  * writing, software distributed under the Licence is
16  * distributed on an "AS IS" basis,
17  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
18  * express or implied.
19  * See the Licence for the specific language governing
20  * permissions and limitations under the Licence.
21  */
27 #include "ClockCLib.h"
28 #include "CumulativeRecords.h"
29 #include "IndividualRecords.h"
30 #include "Stopwatch.h"
31 #include "Timeable.h"
32 #include "TimeStamp.h"
33 #include "Utils.h"
34 
35 #include <chrono>
36 
37 #endif // end-of-include-guard
Interface for CumulativeRecords.
Interface/Implementation for ClockCLib.
Interface for TimeKeeper::Utils.
Interface for IndividualRecords.
TimeStamp class.
Interface for Timeable.
Definition of Stopwatch.