Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/compatibility/cpp_c_headers/ctime @ 125:34e428693f5d vext
Vext -> Repoint
author | Chris Cannam |
---|---|
date | Thu, 14 Jun 2018 11:15:39 +0100 |
parents | 2665513ce2d3 |
children |
rev | line source |
---|---|
Chris@16 | 1 // This file is automatically generated. Do not edit. |
Chris@16 | 2 // ['../../libs/compatibility/generate_cpp_c_headers.py'] |
Chris@16 | 3 // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') |
Chris@16 | 4 |
Chris@16 | 5 #ifndef __CTIME_HEADER |
Chris@16 | 6 #define __CTIME_HEADER |
Chris@16 | 7 |
Chris@16 | 8 #include <time.h> |
Chris@16 | 9 |
Chris@16 | 10 namespace std { |
Chris@16 | 11 using ::size_t; |
Chris@16 | 12 using ::clock_t; |
Chris@16 | 13 using ::time_t; |
Chris@16 | 14 using ::tm; |
Chris@16 | 15 using ::asctime; |
Chris@16 | 16 using ::clock; |
Chris@16 | 17 using ::difftime; |
Chris@16 | 18 using ::localtime; |
Chris@16 | 19 using ::strftime; |
Chris@16 | 20 using ::ctime; |
Chris@16 | 21 using ::gmtime; |
Chris@16 | 22 using ::mktime; |
Chris@16 | 23 using ::time; |
Chris@16 | 24 } |
Chris@16 | 25 |
Chris@16 | 26 #endif // CTIME_HEADER |