#include <Connection.h>
|
| Timeout (llvm::NoneType none) |
|
template<typename Ratio2 , typename = typename EnableIf<int64_t, Ratio2>::type> |
| Timeout (const Timeout< Ratio2 > &other) |
|
template<typename Rep2 , typename Ratio2 , typename = typename EnableIf<Rep2, Ratio2>::type> |
| Timeout (const std::chrono::duration< Rep2, Ratio2 > &other) |
|
|
template<typename Ratio2 > |
using | Dur = std::chrono::duration< int64_t, Ratio2 > |
|
template<typename Rep2 , typename Ratio2 > |
using | EnableIf = std::enable_if< std::is_convertible< std::chrono::duration< Rep2, Ratio2 >, std::chrono::duration< int64_t, Ratio > >::value > |
|
using | Base = llvm::Optional< Dur< Ratio > > |
|
template<typename Ratio>
class lldb_private::Timeout< Ratio >
Definition at line 25 of file Connection.h.
◆ Base
template<typename Ratio >
◆ Dur
template<typename Ratio >
template<typename Ratio2 >
◆ EnableIf
template<typename Ratio >
template<typename Rep2 , typename Ratio2 >
using lldb_private::Timeout< Ratio >::EnableIf = std::enable_if< std::is_convertible<std::chrono::duration<Rep2, Ratio2>, std::chrono::duration<int64_t, Ratio> >::value> |
|
private |
◆ Timeout() [1/3]
template<typename Ratio >
◆ Timeout() [2/3]
template<typename Ratio >
template<typename Ratio2 , typename = typename EnableIf<int64_t, Ratio2>::type>
◆ Timeout() [3/3]
template<typename Ratio >
template<typename Rep2 , typename Ratio2 , typename = typename EnableIf<Rep2, Ratio2>::type>
The documentation for this class was generated from the following files: