|
|
|||
File indexing completed on 2025-12-15 10:09:28
0001 // cv_status.hpp 0002 // 0003 // Copyright (C) 2011 Vicente J. Botet Escriba 0004 // 0005 // Distributed under the Boost Software License, Version 1.0. (See 0006 // accompanying file LICENSE_1_0.txt or copy at 0007 // http://www.boost.org/LICENSE_1_0.txt) 0008 0009 #ifndef BOOST_THREAD_CV_STATUS_HPP 0010 #define BOOST_THREAD_CV_STATUS_HPP 0011 0012 #include <boost/core/scoped_enum.hpp> 0013 0014 namespace boost 0015 { 0016 0017 // enum class cv_status; 0018 BOOST_SCOPED_ENUM_DECLARE_BEGIN(cv_status) 0019 { 0020 no_timeout, 0021 timeout 0022 } 0023 BOOST_SCOPED_ENUM_DECLARE_END(cv_status) 0024 } 0025 0026 #endif // header
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|