#include <shared_count.hpp>
Public Member Functions | |
bool | empty () const |
weak_count & | operator= (shared_count const &r) |
weak_count & | operator= (weak_count const &r) |
void | swap (weak_count &r) |
long | use_count () const |
BOOST_CONSTEXPR | weak_count () |
weak_count (shared_count const &r) | |
weak_count (weak_count &&r) | |
weak_count (weak_count const &r) | |
~weak_count () | |
Private Attributes | |
sp_counted_base * | pi_ |
Friends | |
bool | operator< (weak_count const &a, weak_count const &b) |
bool | operator== (weak_count const &a, weak_count const &b) |
class | shared_count |
Definition at line 502 of file shared_count.hpp.
|
inline |
Definition at line 516 of file shared_count.hpp.
|
inline |
Definition at line 523 of file shared_count.hpp.
|
inline |
Definition at line 531 of file shared_count.hpp.
|
inline |
Definition at line 543 of file shared_count.hpp.
|
inline |
Definition at line 553 of file shared_count.hpp.
|
inline |
Definition at line 601 of file shared_count.hpp.
|
inline |
Definition at line 561 of file shared_count.hpp.
|
inline |
Definition at line 575 of file shared_count.hpp.
|
inline |
Definition at line 589 of file shared_count.hpp.
|
inline |
Definition at line 596 of file shared_count.hpp.
|
friend |
Definition at line 611 of file shared_count.hpp.
|
friend |
Definition at line 606 of file shared_count.hpp.
|
friend |
Definition at line 512 of file shared_count.hpp.
|
private |
Definition at line 506 of file shared_count.hpp.