12ffa22844
2011-01-30 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/36104 part four * include/bits/c++config (_GLIBCXX_STD): Remove. (_GLIBCXX_STD_D, _GLIBCXX_PR): Now _GLIBCXX_STD_C. (_GLIBCXX_P): Now _GLIBCXX_STD_A. (_GLIBCXX_NAMESPACE_DEBUG, _GLIBCXX_NAMESPACE_PARALLEL, _GLIBCXX_NAMESPACE_PROFILE, _GLIBCXX_NAMESPACE_VERSION): Remove. (_GLIBCXX_INLINE_DEBUG, _GLIBCXX_INLINE_PARALLEL, _GLIBCXX_INLINE_PROFILE): Remove. (_GLIBCXX_BEGIN_NAMESPACE(X)): Remove. (_GLIBCXX_END_NAMESPACE): Remove. (_GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y)): Remove. (_GLIBCXX_END_NESTED_NAMESPACE): Remove. (_GLIBCXX_BEGIN_NAMESPACE_ALGO): Add. (_GLIBCXX_END_NAMESPACE_ALGO): Add. (_GLIBCXX_BEGIN_NAMESPACE_CONTAINER): Add. (_GLIBCXX_END_NAMESPACE_CONTAINER): Add. (_GLIBCXX_BEGIN_NAMESPACE_VERSION): Add. (_GLIBCXX_END_NAMESPACE_VERSION): Add. (_GLIBCXX_BEGIN_LDBL_NAMESPACE): To _GLIBCXX_BEGIN_NAMESPACE_LDBL. (_GLIBCXX_END_LDBL_NAMESPACE): To _GLIBCXX_END_NAMESPACE_LDBL. (_GLIBCXX_VISIBILITY_ATTR): Revert to _GLIBCXX_VISIBILITY. * include/*: Use new macros for namespace scope. * config/*: Same. * src/*: Same. * src/Makefile.am (sources): Remove debug_list.cc, add compatibility-debug_list-2.cc. (parallel_sources): Remove parallel_list.cc, add compatibility-parallel_list-2.cc. (compatibility-parallel_list-2.[o,lo]): New rule. * src/Makefile.in: Regenerate. * src/debug_list.cc: Remove. * src/parallel_list.cc: Remove. * src/compatibility-list-2.cc: New. * src/compatibility-debug_list-2.cc: New. * src/compatibility-parallel_list-2.cc: New. * doc/doxygen/user.cfg.in: Adjust macros. * testsuite/20_util/auto_ptr/assign_neg.cc: Adjust line numbers, macros. * testsuite/20_util/declval/requirements/1_neg.cc: Same. * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Same. * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same. * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same. * testsuite/20_util/forward/c_neg.cc: Same. * testsuite/20_util/forward/f_neg.cc: Same. * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same. * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same. * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Same. * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Same. * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Same. * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same. * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same. * testsuite/23_containers/deque/requirements/dr438/ constructor_1_neg.cc: Same. * testsuite/23_containers/deque/requirements/dr438/ constructor_2_neg.cc: Same. * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same. * testsuite/23_containers/forward_list/capacity/1.cc: Same. * testsuite/23_containers/forward_list/requirements/dr438/ assign_neg.cc: Same. * testsuite/23_containers/forward_list/requirements/dr438/ constructor_1_neg.cc: Same. * testsuite/23_containers/forward_list/requirements/dr438/ constructor_2_neg.cc: Same. * testsuite/23_containers/forward_list/requirements/dr438/ insert_neg.cc: Same. * testsuite/23_containers/list/capacity/29134.cc: Same. * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same. * testsuite/23_containers/list/requirements/dr438/ constructor_1_neg.cc: Same. * testsuite/23_containers/list/requirements/dr438/ constructor_2_neg.cc: Same. * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same. * testsuite/23_containers/vector/bool/capacity/29134.cc: Same. * testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: Same. * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Same. * testsuite/23_containers/vector/requirements/dr438/ constructor_1_neg.cc: Same. * testsuite/23_containers/vector/requirements/dr438/ constructor_2_neg.cc: Same. * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same. * testsuite/25_algorithms/sort/35588.cc: Same. * testsuite/27_io/ios_base/cons/assign_neg.cc: Same. * testsuite/27_io/ios_base/cons/copy_neg.cc: Same. * testsuite/ext/profile/mutex_extensions_neg.cc: Same. * testsuite/ext/profile/profiler_algos.cc: Same. * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Same. * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Same. * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Same. * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Same. * testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same. From-SVN: r169421
724 lines
21 KiB
C++
724 lines
21 KiB
C++
// <chrono> -*- C++ -*-
|
|
|
|
// Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
|
//
|
|
// This file is part of the GNU ISO C++ Library. This library is free
|
|
// software; you can redistribute it and/or modify it under the
|
|
// terms of the GNU General Public License as published by the
|
|
// Free Software Foundation; either version 3, or (at your option)
|
|
// any later version.
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// Under Section 7 of GPL version 3, you are granted additional
|
|
// permissions described in the GCC Runtime Library Exception, version
|
|
// 3.1, as published by the Free Software Foundation.
|
|
|
|
// You should have received a copy of the GNU General Public License and
|
|
// a copy of the GCC Runtime Library Exception along with this program;
|
|
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|
// <http://www.gnu.org/licenses/>.
|
|
|
|
/** @file include/chrono
|
|
* This is a Standard C++ Library header.
|
|
*/
|
|
|
|
#ifndef _GLIBCXX_CHRONO
|
|
#define _GLIBCXX_CHRONO 1
|
|
|
|
#pragma GCC system_header
|
|
|
|
#ifndef __GXX_EXPERIMENTAL_CXX0X__
|
|
# include <bits/c++0x_warning.h>
|
|
#else
|
|
|
|
#include <ratio>
|
|
#include <type_traits>
|
|
#include <limits>
|
|
#include <ctime>
|
|
|
|
#ifdef _GLIBCXX_USE_C99_STDINT_TR1
|
|
|
|
namespace std _GLIBCXX_VISIBILITY(default)
|
|
{
|
|
/**
|
|
* @defgroup chrono Time
|
|
* @ingroup utilities
|
|
*
|
|
* Classes and functions for time.
|
|
* @{
|
|
*/
|
|
|
|
/** @namespace std::chrono
|
|
* @brief ISO C++ 0x entities sub namespace for time and date.
|
|
*/
|
|
namespace chrono
|
|
{
|
|
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
|
|
|
template<typename _Rep, typename _Period = ratio<1>>
|
|
struct duration;
|
|
|
|
template<typename _Clock, typename _Dur = typename _Clock::duration>
|
|
struct time_point;
|
|
|
|
_GLIBCXX_END_NAMESPACE_VERSION
|
|
}
|
|
|
|
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
|
// 20.8.2.3 specialization of common_type (for duration)
|
|
template<typename _Rep1, typename _Period1, typename _Rep2, typename _Period2>
|
|
struct common_type<chrono::duration<_Rep1, _Period1>,
|
|
chrono::duration<_Rep2, _Period2>>
|
|
{
|
|
private:
|
|
typedef __static_gcd<_Period1::num, _Period2::num> __gcd_num;
|
|
typedef __static_gcd<_Period1::den, _Period2::den> __gcd_den;
|
|
typedef typename common_type<_Rep1, _Rep2>::type __cr;
|
|
typedef ratio<__gcd_num::value,
|
|
(_Period1::den / __gcd_den::value) * _Period2::den> __r;
|
|
|
|
public:
|
|
typedef chrono::duration<__cr, __r> type;
|
|
};
|
|
|
|
// 20.8.2.3 specialization of common_type (for time_point)
|
|
template<typename _Clock, typename _Dur1, typename _Dur2>
|
|
struct common_type<chrono::time_point<_Clock, _Dur1>,
|
|
chrono::time_point<_Clock, _Dur2>>
|
|
{
|
|
private:
|
|
typedef typename common_type<_Dur1, _Dur2>::type __ct;
|
|
|
|
public:
|
|
typedef chrono::time_point<_Clock, __ct> type;
|
|
};
|
|
_GLIBCXX_END_NAMESPACE_VERSION
|
|
|
|
namespace chrono
|
|
{
|
|
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
|
|
|
// Primary template for duration_cast impl.
|
|
template<typename _ToDur, typename _CF, typename _CR,
|
|
bool _NumIsOne = false, bool _DenIsOne = false>
|
|
struct __duration_cast_impl
|
|
{
|
|
template<typename _Rep, typename _Period>
|
|
static constexpr _ToDur
|
|
__cast(const duration<_Rep, _Period>& __d)
|
|
{
|
|
typedef typename _ToDur::rep __to_rep;
|
|
return _ToDur(static_cast<__to_rep>(static_cast<_CR>(__d.count())
|
|
* static_cast<_CR>(_CF::num)
|
|
/ static_cast<_CR>(_CF::den)));
|
|
}
|
|
};
|
|
|
|
template<typename _ToDur, typename _CF, typename _CR>
|
|
struct __duration_cast_impl<_ToDur, _CF, _CR, true, true>
|
|
{
|
|
template<typename _Rep, typename _Period>
|
|
static constexpr _ToDur
|
|
__cast(const duration<_Rep, _Period>& __d)
|
|
{
|
|
typedef typename _ToDur::rep __to_rep;
|
|
return _ToDur(static_cast<__to_rep>(__d.count()));
|
|
}
|
|
};
|
|
|
|
template<typename _ToDur, typename _CF, typename _CR>
|
|
struct __duration_cast_impl<_ToDur, _CF, _CR, true, false>
|
|
{
|
|
template<typename _Rep, typename _Period>
|
|
static constexpr _ToDur
|
|
__cast(const duration<_Rep, _Period>& __d)
|
|
{
|
|
typedef typename _ToDur::rep __to_rep;
|
|
return _ToDur(static_cast<__to_rep>(
|
|
static_cast<_CR>(__d.count()) / static_cast<_CR>(_CF::den)));
|
|
}
|
|
};
|
|
|
|
template<typename _ToDur, typename _CF, typename _CR>
|
|
struct __duration_cast_impl<_ToDur, _CF, _CR, false, true>
|
|
{
|
|
template<typename _Rep, typename _Period>
|
|
static constexpr _ToDur
|
|
__cast(const duration<_Rep, _Period>& __d)
|
|
{
|
|
typedef typename _ToDur::rep __to_rep;
|
|
return _ToDur(static_cast<__to_rep>(
|
|
static_cast<_CR>(__d.count()) * static_cast<_CR>(_CF::num)));
|
|
}
|
|
};
|
|
|
|
template<typename _Tp>
|
|
struct __is_duration
|
|
: std::false_type
|
|
{ };
|
|
|
|
template<typename _Rep, typename _Period>
|
|
struct __is_duration<duration<_Rep, _Period>>
|
|
: std::true_type
|
|
{ };
|
|
|
|
/// duration_cast
|
|
template<typename _ToDur, typename _Rep, typename _Period>
|
|
inline constexpr typename enable_if<__is_duration<_ToDur>::value,
|
|
_ToDur>::type
|
|
duration_cast(const duration<_Rep, _Period>& __d)
|
|
{
|
|
typedef typename _ToDur::period __to_period;
|
|
typedef typename _ToDur::rep __to_rep;
|
|
typedef ratio_divide<_Period, __to_period> __r_div;
|
|
typedef typename __r_div::type __cf;
|
|
typedef typename common_type<__to_rep, _Rep, intmax_t>::type
|
|
__cr;
|
|
typedef __duration_cast_impl<_ToDur, __cf, __cr,
|
|
__cf::num == 1, __cf::den == 1> __dc;
|
|
return __dc::__cast(__d);
|
|
}
|
|
|
|
/// treat_as_floating_point
|
|
template<typename _Rep>
|
|
struct treat_as_floating_point
|
|
: is_floating_point<_Rep>
|
|
{ };
|
|
|
|
/// duration_values
|
|
template<typename _Rep>
|
|
struct duration_values
|
|
{
|
|
static constexpr _Rep
|
|
zero()
|
|
{ return _Rep(0); }
|
|
|
|
static constexpr _Rep
|
|
max()
|
|
{ return numeric_limits<_Rep>::max(); }
|
|
|
|
static constexpr _Rep
|
|
min()
|
|
{ return numeric_limits<_Rep>::min(); }
|
|
};
|
|
|
|
template<typename T>
|
|
struct __is_ratio
|
|
: std::false_type
|
|
{ };
|
|
|
|
template<intmax_t _Num, intmax_t _Den>
|
|
struct __is_ratio<ratio<_Num, _Den>>
|
|
: std::true_type
|
|
{ };
|
|
|
|
/// duration
|
|
template<typename _Rep, typename _Period>
|
|
struct duration
|
|
{
|
|
typedef _Rep rep;
|
|
typedef _Period period;
|
|
|
|
static_assert(!__is_duration<_Rep>::value, "rep cannot be a duration");
|
|
static_assert(__is_ratio<_Period>::value,
|
|
"period must be a specialization of ratio");
|
|
static_assert(_Period::num > 0, "period must be positive");
|
|
|
|
// 20.8.3.1 construction / copy / destroy
|
|
constexpr duration() : __r() { }
|
|
|
|
constexpr duration(const duration&) = default;
|
|
|
|
template<typename _Rep2, typename = typename
|
|
enable_if<is_convertible<_Rep2, rep>::value
|
|
&& (treat_as_floating_point<rep>::value
|
|
|| !treat_as_floating_point<_Rep2>::value)>::type>
|
|
constexpr explicit duration(const _Rep2& __rep)
|
|
: __r(static_cast<rep>(__rep)) { }
|
|
|
|
template<typename _Rep2, typename _Period2, typename = typename
|
|
enable_if<treat_as_floating_point<rep>::value
|
|
|| (ratio_divide<_Period2, period>::type::den == 1
|
|
&& !treat_as_floating_point<_Rep2>::value)>::type>
|
|
constexpr duration(const duration<_Rep2, _Period2>& __d)
|
|
: __r(duration_cast<duration>(__d).count()) { }
|
|
|
|
~duration() = default;
|
|
duration& operator=(const duration&) = default;
|
|
|
|
// 20.8.3.2 observer
|
|
constexpr rep
|
|
count() const
|
|
{ return __r; }
|
|
|
|
// 20.8.3.3 arithmetic
|
|
constexpr duration
|
|
operator+() const
|
|
{ return *this; }
|
|
|
|
constexpr duration
|
|
operator-() const
|
|
{ return duration(-__r); }
|
|
|
|
duration&
|
|
operator++()
|
|
{
|
|
++__r;
|
|
return *this;
|
|
}
|
|
|
|
duration
|
|
operator++(int)
|
|
{ return duration(__r++); }
|
|
|
|
duration&
|
|
operator--()
|
|
{
|
|
--__r;
|
|
return *this;
|
|
}
|
|
|
|
duration
|
|
operator--(int)
|
|
{ return duration(__r--); }
|
|
|
|
duration&
|
|
operator+=(const duration& __d)
|
|
{
|
|
__r += __d.count();
|
|
return *this;
|
|
}
|
|
|
|
duration&
|
|
operator-=(const duration& __d)
|
|
{
|
|
__r -= __d.count();
|
|
return *this;
|
|
}
|
|
|
|
duration&
|
|
operator*=(const rep& __rhs)
|
|
{
|
|
__r *= __rhs;
|
|
return *this;
|
|
}
|
|
|
|
duration&
|
|
operator/=(const rep& __rhs)
|
|
{
|
|
__r /= __rhs;
|
|
return *this;
|
|
}
|
|
|
|
// DR 934.
|
|
template<typename _Rep2 = rep>
|
|
typename enable_if<!treat_as_floating_point<_Rep2>::value,
|
|
duration&>::type
|
|
operator%=(const rep& __rhs)
|
|
{
|
|
__r %= __rhs;
|
|
return *this;
|
|
}
|
|
|
|
template<typename _Rep2 = rep>
|
|
typename enable_if<!treat_as_floating_point<_Rep2>::value,
|
|
duration&>::type
|
|
operator%=(const duration& __d)
|
|
{
|
|
__r %= __d.count();
|
|
return *this;
|
|
}
|
|
|
|
// 20.8.3.4 special values
|
|
static constexpr duration
|
|
zero()
|
|
{ return duration(duration_values<rep>::zero()); }
|
|
|
|
static constexpr duration
|
|
min()
|
|
{ return duration(duration_values<rep>::min()); }
|
|
|
|
static constexpr duration
|
|
max()
|
|
{ return duration(duration_values<rep>::max()); }
|
|
|
|
private:
|
|
rep __r;
|
|
};
|
|
|
|
template<typename _Rep1, typename _Period1,
|
|
typename _Rep2, typename _Period2>
|
|
inline typename common_type<duration<_Rep1, _Period1>,
|
|
duration<_Rep2, _Period2>>::type
|
|
operator+(const duration<_Rep1, _Period1>& __lhs,
|
|
const duration<_Rep2, _Period2>& __rhs)
|
|
{
|
|
typedef duration<_Rep1, _Period1> __dur1;
|
|
typedef duration<_Rep2, _Period2> __dur2;
|
|
typedef typename common_type<__dur1,__dur2>::type __ct;
|
|
return __ct(__lhs) += __rhs;
|
|
}
|
|
|
|
template<typename _Rep1, typename _Period1,
|
|
typename _Rep2, typename _Period2>
|
|
inline typename common_type<duration<_Rep1, _Period1>,
|
|
duration<_Rep2, _Period2>>::type
|
|
operator-(const duration<_Rep1, _Period1>& __lhs,
|
|
const duration<_Rep2, _Period2>& __rhs)
|
|
{
|
|
typedef duration<_Rep1, _Period1> __dur1;
|
|
typedef duration<_Rep2, _Period2> __dur2;
|
|
typedef typename common_type<__dur1,__dur2>::type __ct;
|
|
return __ct(__lhs) -= __rhs;
|
|
}
|
|
|
|
template<typename _Rep1, typename _Rep2, bool =
|
|
is_convertible<_Rep2,
|
|
typename common_type<_Rep1, _Rep2>::type>::value>
|
|
struct __common_rep_type { };
|
|
|
|
template<typename _Rep1, typename _Rep2>
|
|
struct __common_rep_type<_Rep1, _Rep2, true>
|
|
{ typedef typename common_type<_Rep1, _Rep2>::type type; };
|
|
|
|
template<typename _Rep1, typename _Period, typename _Rep2>
|
|
inline duration<typename __common_rep_type<_Rep1, _Rep2>::type, _Period>
|
|
operator*(const duration<_Rep1, _Period>& __d, const _Rep2& __s)
|
|
{
|
|
typedef typename common_type<_Rep1, _Rep2>::type __cr;
|
|
return duration<__cr, _Period>(__d) *= __s;
|
|
}
|
|
|
|
template<typename _Rep1, typename _Period, typename _Rep2>
|
|
inline duration<typename __common_rep_type<_Rep2, _Rep1>::type, _Period>
|
|
operator*(const _Rep1& __s, const duration<_Rep2, _Period>& __d)
|
|
{ return __d * __s; }
|
|
|
|
template<typename _Rep1, typename _Period, typename _Rep2>
|
|
inline duration<typename __common_rep_type<_Rep1, typename
|
|
enable_if<!__is_duration<_Rep2>::value, _Rep2>::type>::type, _Period>
|
|
operator/(const duration<_Rep1, _Period>& __d, const _Rep2& __s)
|
|
{
|
|
typedef typename common_type<_Rep1, _Rep2>::type __cr;
|
|
return duration<__cr, _Period>(__d) /= __s;
|
|
}
|
|
|
|
template<typename _Rep1, typename _Period1,
|
|
typename _Rep2, typename _Period2>
|
|
inline typename common_type<_Rep1, _Rep2>::type
|
|
operator/(const duration<_Rep1, _Period1>& __lhs,
|
|
const duration<_Rep2, _Period2>& __rhs)
|
|
{
|
|
typedef duration<_Rep1, _Period1> __dur1;
|
|
typedef duration<_Rep2, _Period2> __dur2;
|
|
typedef typename common_type<__dur1,__dur2>::type __ct;
|
|
return __ct(__lhs).count() / __ct(__rhs).count();
|
|
}
|
|
|
|
// DR 934.
|
|
template<typename _Rep1, typename _Period, typename _Rep2>
|
|
inline duration<typename __common_rep_type<_Rep1, typename
|
|
enable_if<!__is_duration<_Rep2>::value, _Rep2>::type>::type, _Period>
|
|
operator%(const duration<_Rep1, _Period>& __d, const _Rep2& __s)
|
|
{
|
|
typedef typename common_type<_Rep1, _Rep2>::type __cr;
|
|
return duration<__cr, _Period>(__d) %= __s;
|
|
}
|
|
|
|
template<typename _Rep1, typename _Period1,
|
|
typename _Rep2, typename _Period2>
|
|
inline typename common_type<duration<_Rep1, _Period1>,
|
|
duration<_Rep2, _Period2>>::type
|
|
operator%(const duration<_Rep1, _Period1>& __lhs,
|
|
const duration<_Rep2, _Period2>& __rhs)
|
|
{
|
|
typedef duration<_Rep1, _Period1> __dur1;
|
|
typedef duration<_Rep2, _Period2> __dur2;
|
|
typedef typename common_type<__dur1,__dur2>::type __ct;
|
|
return __ct(__lhs) %= __rhs;
|
|
}
|
|
|
|
// comparisons
|
|
template<typename _Rep1, typename _Period1,
|
|
typename _Rep2, typename _Period2>
|
|
inline constexpr bool
|
|
operator==(const duration<_Rep1, _Period1>& __lhs,
|
|
const duration<_Rep2, _Period2>& __rhs)
|
|
{
|
|
typedef duration<_Rep1, _Period1> __dur1;
|
|
typedef duration<_Rep2, _Period2> __dur2;
|
|
typedef typename common_type<__dur1,__dur2>::type __ct;
|
|
return __ct(__lhs).count() == __ct(__rhs).count();
|
|
}
|
|
|
|
template<typename _Rep1, typename _Period1,
|
|
typename _Rep2, typename _Period2>
|
|
inline constexpr bool
|
|
operator<(const duration<_Rep1, _Period1>& __lhs,
|
|
const duration<_Rep2, _Period2>& __rhs)
|
|
{
|
|
typedef duration<_Rep1, _Period1> __dur1;
|
|
typedef duration<_Rep2, _Period2> __dur2;
|
|
typedef typename common_type<__dur1,__dur2>::type __ct;
|
|
return __ct(__lhs).count() < __ct(__rhs).count();
|
|
}
|
|
|
|
template<typename _Rep1, typename _Period1,
|
|
typename _Rep2, typename _Period2>
|
|
inline constexpr bool
|
|
operator!=(const duration<_Rep1, _Period1>& __lhs,
|
|
const duration<_Rep2, _Period2>& __rhs)
|
|
{ return !(__lhs == __rhs); }
|
|
|
|
template<typename _Rep1, typename _Period1,
|
|
typename _Rep2, typename _Period2>
|
|
inline constexpr bool
|
|
operator<=(const duration<_Rep1, _Period1>& __lhs,
|
|
const duration<_Rep2, _Period2>& __rhs)
|
|
{ return !(__rhs < __lhs); }
|
|
|
|
template<typename _Rep1, typename _Period1,
|
|
typename _Rep2, typename _Period2>
|
|
inline constexpr bool
|
|
operator>(const duration<_Rep1, _Period1>& __lhs,
|
|
const duration<_Rep2, _Period2>& __rhs)
|
|
{ return __rhs < __lhs; }
|
|
|
|
template<typename _Rep1, typename _Period1,
|
|
typename _Rep2, typename _Period2>
|
|
inline constexpr bool
|
|
operator>=(const duration<_Rep1, _Period1>& __lhs,
|
|
const duration<_Rep2, _Period2>& __rhs)
|
|
{ return !(__lhs < __rhs); }
|
|
|
|
/// nanoseconds
|
|
typedef duration<int64_t, nano> nanoseconds;
|
|
|
|
/// microseconds
|
|
typedef duration<int64_t, micro> microseconds;
|
|
|
|
/// milliseconds
|
|
typedef duration<int64_t, milli> milliseconds;
|
|
|
|
/// seconds
|
|
typedef duration<int64_t> seconds;
|
|
|
|
/// minutes
|
|
typedef duration<int, ratio< 60>> minutes;
|
|
|
|
/// hours
|
|
typedef duration<int, ratio<3600>> hours;
|
|
|
|
/// time_point
|
|
template<typename _Clock, typename _Dur>
|
|
struct time_point
|
|
{
|
|
typedef _Clock clock;
|
|
typedef _Dur duration;
|
|
typedef typename duration::rep rep;
|
|
typedef typename duration::period period;
|
|
|
|
constexpr time_point() : __d(duration::zero())
|
|
{ }
|
|
|
|
constexpr explicit time_point(const duration& __dur)
|
|
: __d(__dur)
|
|
{ }
|
|
|
|
// conversions
|
|
template<typename _Dur2>
|
|
constexpr time_point(const time_point<clock, _Dur2>& __t)
|
|
: __d(__t.time_since_epoch())
|
|
{ }
|
|
|
|
// observer
|
|
constexpr duration
|
|
time_since_epoch() const
|
|
{ return __d; }
|
|
|
|
// arithmetic
|
|
time_point&
|
|
operator+=(const duration& __dur)
|
|
{
|
|
__d += __dur;
|
|
return *this;
|
|
}
|
|
|
|
time_point&
|
|
operator-=(const duration& __dur)
|
|
{
|
|
__d -= __dur;
|
|
return *this;
|
|
}
|
|
|
|
// special values
|
|
static constexpr time_point
|
|
min()
|
|
{ return time_point(duration::min()); }
|
|
|
|
static constexpr time_point
|
|
max()
|
|
{ return time_point(duration::max()); }
|
|
|
|
private:
|
|
duration __d;
|
|
};
|
|
|
|
/// time_point_cast
|
|
template<typename _ToDur, typename _Clock, typename _Dur>
|
|
inline constexpr typename enable_if<__is_duration<_ToDur>::value,
|
|
time_point<_Clock, _ToDur>>::type
|
|
time_point_cast(const time_point<_Clock, _Dur>& __t)
|
|
{
|
|
typedef time_point<_Clock, _ToDur> __time_point;
|
|
return __time_point(duration_cast<_ToDur>(__t.time_since_epoch()));
|
|
}
|
|
|
|
template<typename _Clock, typename _Dur1,
|
|
typename _Rep2, typename _Period2>
|
|
inline time_point<_Clock,
|
|
typename common_type<_Dur1, duration<_Rep2, _Period2>>::type>
|
|
operator+(const time_point<_Clock, _Dur1>& __lhs,
|
|
const duration<_Rep2, _Period2>& __rhs)
|
|
{
|
|
typedef duration<_Rep2, _Period2> __dur2;
|
|
typedef typename common_type<_Dur1,__dur2>::type __ct;
|
|
typedef time_point<_Clock, __ct> __time_point;
|
|
return __time_point(__lhs) += __rhs;
|
|
}
|
|
|
|
template<typename _Rep1, typename _Period1,
|
|
typename _Clock, typename _Dur2>
|
|
inline time_point<_Clock,
|
|
typename common_type<duration<_Rep1, _Period1>, _Dur2>::type>
|
|
operator+(const duration<_Rep1, _Period1>& __lhs,
|
|
const time_point<_Clock, _Dur2>& __rhs)
|
|
{ return __rhs + __lhs; }
|
|
|
|
template<typename _Clock, typename _Dur1,
|
|
typename _Rep2, typename _Period2>
|
|
inline time_point<_Clock,
|
|
typename common_type<_Dur1, duration<_Rep2, _Period2>>::type>
|
|
operator-(const time_point<_Clock, _Dur1>& __lhs,
|
|
const duration<_Rep2, _Period2>& __rhs)
|
|
{ return __lhs + (-__rhs); }
|
|
|
|
template<typename _Clock, typename _Dur1, typename _Dur2>
|
|
inline typename common_type<_Dur1, _Dur2>::type
|
|
operator-(const time_point<_Clock, _Dur1>& __lhs,
|
|
const time_point<_Clock, _Dur2>& __rhs)
|
|
{ return __lhs.time_since_epoch() - __rhs.time_since_epoch(); }
|
|
|
|
template<typename _Clock, typename _Dur1, typename _Dur2>
|
|
inline constexpr bool
|
|
operator==(const time_point<_Clock, _Dur1>& __lhs,
|
|
const time_point<_Clock, _Dur2>& __rhs)
|
|
{ return __lhs.time_since_epoch() == __rhs.time_since_epoch(); }
|
|
|
|
template<typename _Clock, typename _Dur1, typename _Dur2>
|
|
inline constexpr bool
|
|
operator!=(const time_point<_Clock, _Dur1>& __lhs,
|
|
const time_point<_Clock, _Dur2>& __rhs)
|
|
{ return !(__lhs == __rhs); }
|
|
|
|
template<typename _Clock, typename _Dur1, typename _Dur2>
|
|
inline constexpr bool
|
|
operator<(const time_point<_Clock, _Dur1>& __lhs,
|
|
const time_point<_Clock, _Dur2>& __rhs)
|
|
{ return __lhs.time_since_epoch() < __rhs.time_since_epoch(); }
|
|
|
|
template<typename _Clock, typename _Dur1, typename _Dur2>
|
|
inline constexpr bool
|
|
operator<=(const time_point<_Clock, _Dur1>& __lhs,
|
|
const time_point<_Clock, _Dur2>& __rhs)
|
|
{ return !(__rhs < __lhs); }
|
|
|
|
template<typename _Clock, typename _Dur1, typename _Dur2>
|
|
inline constexpr bool
|
|
operator>(const time_point<_Clock, _Dur1>& __lhs,
|
|
const time_point<_Clock, _Dur2>& __rhs)
|
|
{ return __rhs < __lhs; }
|
|
|
|
template<typename _Clock, typename _Dur1, typename _Dur2>
|
|
inline constexpr bool
|
|
operator>=(const time_point<_Clock, _Dur1>& __lhs,
|
|
const time_point<_Clock, _Dur2>& __rhs)
|
|
{ return !(__lhs < __rhs); }
|
|
|
|
/// system_clock
|
|
struct system_clock
|
|
{
|
|
#ifdef _GLIBCXX_USE_CLOCK_REALTIME
|
|
typedef chrono::nanoseconds duration;
|
|
#elif defined(_GLIBCXX_USE_GETTIMEOFDAY)
|
|
typedef chrono::microseconds duration;
|
|
#else
|
|
typedef chrono::seconds duration;
|
|
#endif
|
|
|
|
typedef duration::rep rep;
|
|
typedef duration::period period;
|
|
typedef chrono::time_point<system_clock, duration> time_point;
|
|
|
|
static_assert(system_clock::duration::min()
|
|
< system_clock::duration::zero(),
|
|
"a clock's minimum duration cannot be less than its epoch");
|
|
|
|
static constexpr bool is_monotonic = false;
|
|
|
|
static time_point
|
|
now() throw ();
|
|
|
|
// Map to C API
|
|
static std::time_t
|
|
to_time_t(const time_point& __t)
|
|
{
|
|
return std::time_t(duration_cast<chrono::seconds>
|
|
(__t.time_since_epoch()).count());
|
|
}
|
|
|
|
static time_point
|
|
from_time_t(std::time_t __t)
|
|
{
|
|
typedef chrono::time_point<system_clock, seconds> __from;
|
|
return time_point_cast<system_clock::duration>
|
|
(__from(chrono::seconds(__t)));
|
|
}
|
|
};
|
|
|
|
#ifdef _GLIBCXX_USE_CLOCK_MONOTONIC
|
|
/// monotonic_clock
|
|
struct monotonic_clock
|
|
{
|
|
typedef chrono::nanoseconds duration;
|
|
typedef duration::rep rep;
|
|
typedef duration::period period;
|
|
typedef chrono::time_point<monotonic_clock, duration> time_point;
|
|
|
|
static constexpr bool is_monotonic = true;
|
|
|
|
static time_point
|
|
now();
|
|
};
|
|
#else
|
|
typedef system_clock monotonic_clock;
|
|
#endif
|
|
|
|
typedef system_clock high_resolution_clock;
|
|
|
|
_GLIBCXX_END_NAMESPACE_VERSION
|
|
} // namespace chrono
|
|
|
|
// @} group chrono
|
|
} // namespace
|
|
|
|
#endif //_GLIBCXX_USE_C99_STDINT_TR1
|
|
|
|
#endif //__GXX_EXPERIMENTAL_CXX0X__
|
|
|
|
#endif //_GLIBCXX_CHRONO
|