summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/high_resolution_timer.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:21:30 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:21:30 +0900
commitd6a306e745acfee00e81ccaf3324a2a03516db41 (patch)
tree145a26368608982f40ebb0f4836185c44abb9ae4 /doc/html/boost_asio/reference/high_resolution_timer.html
parent5ce2ccf2f23c6d3de4c79f216f57ca6f2a18ed16 (diff)
downloadboost-d6a306e745acfee00e81ccaf3324a2a03516db41.tar.gz
boost-d6a306e745acfee00e81ccaf3324a2a03516db41.tar.bz2
boost-d6a306e745acfee00e81ccaf3324a2a03516db41.zip
Imported Upstream version 1.69.0upstream/1.69.0
Diffstat (limited to 'doc/html/boost_asio/reference/high_resolution_timer.html')
-rw-r--r--doc/html/boost_asio/reference/high_resolution_timer.html42
1 files changed, 12 insertions, 30 deletions
diff --git a/doc/html/boost_asio/reference/high_resolution_timer.html b/doc/html/boost_asio/reference/high_resolution_timer.html
index 2395dea4dd..46d0875e33 100644
--- a/doc/html/boost_asio/reference/high_resolution_timer.html
+++ b/doc/html/boost_asio/reference/high_resolution_timer.html
@@ -160,16 +160,10 @@ Typedef for
</td>
<td>
<p>
- Constructor.
- </p>
- <p>
- Constructor to set a particular expiry time as an absolute time.
- </p>
- <p>
- Constructor to set a particular expiry time relative to now.
- </p>
- <p>
- Move-construct a basic_waitable_timer from another.
+ Constructor. <br> <span class="silver"> &#8212;</span><br> Constructor to set a particular expiry
+ time as an absolute time. <br> <span class="silver"> &#8212;</span><br> Constructor to set a particular
+ expiry time relative to now. <br> <span class="silver"> &#8212;</span><br> Move-construct a basic_waitable_timer
+ from another.
</p>
</td>
</tr>
@@ -182,10 +176,8 @@ Typedef for
<td>
<p>
Cancel any asynchronous operations that are waiting on the timer.
- </p>
- <p>
- (Deprecated: Use non-error_code overload.) Cancel any asynchronous
- operations that are waiting on the timer.
+ <br> <span class="silver"> &#8212;</span><br> (Deprecated: Use non-error_code overload.) Cancel
+ any asynchronous operations that are waiting on the timer.
</p>
</td>
</tr>
@@ -198,10 +190,8 @@ Typedef for
<td>
<p>
Cancels one asynchronous operation that is waiting on the timer.
- </p>
- <p>
- (Deprecated: Use non-error_code overload.) Cancels one asynchronous
- operation that is waiting on the timer.
+ <br> <span class="silver"> &#8212;</span><br> (Deprecated: Use non-error_code overload.) Cancels
+ one asynchronous operation that is waiting on the timer.
</p>
</td>
</tr>
@@ -226,15 +216,10 @@ Typedef for
<td>
<p>
(Deprecated: Use expiry().) Get the timer's expiry time as an absolute
- time.
- </p>
- <p>
+ time. <br> <span class="silver"> &#8212;</span><br> Set the timer's expiry time as an absolute
+ time. <br> <span class="silver"> &#8212;</span><br> (Deprecated: Use non-error_code overload.)
Set the timer's expiry time as an absolute time.
</p>
- <p>
- (Deprecated: Use non-error_code overload.) Set the timer's expiry
- time as an absolute time.
- </p>
</td>
</tr>
<tr>
@@ -246,11 +231,8 @@ Typedef for
<td>
<p>
(Deprecated: Use expiry().) Get the timer's expiry time relative
- to now.
- </p>
- <p>
- (Deprecated: Use expires_after().) Set the timer's expiry time
- relative to now.
+ to now. <br> <span class="silver"> &#8212;</span><br> (Deprecated: Use expires_after().) Set the
+ timer's expiry time relative to now.
</p>
</td>
</tr>