#include <sysc/packages/boost/detail/shared_count.hpp>

Public Member Functions | |
| weak_count () | |
| weak_count (shared_count const &r) | |
| weak_count (weak_count const &r) | |
| ~weak_count () | |
| weak_count & | operator= (shared_count const &r) |
| weak_count & | operator= (weak_count const &r) |
| void | swap (weak_count &r) |
| long | use_count () const |
Friends | |
| class | shared_count |
| bool | operator== (weak_count const &a, weak_count const &b) |
| bool | operator< (weak_count const &a, weak_count const &b) |
Definition at line 223 of file shared_count.hpp.
| boost::detail::weak_count::weak_count | ( | ) | [inline] |
Definition at line 237 of file shared_count.hpp.
| boost::detail::weak_count::weak_count | ( | shared_count const & | r | ) | [inline] |
Definition at line 244 of file shared_count.hpp.
| boost::detail::weak_count::weak_count | ( | weak_count const & | r | ) | [inline] |
Definition at line 252 of file shared_count.hpp.
| boost::detail::weak_count::~weak_count | ( | ) | [inline] |
Definition at line 260 of file shared_count.hpp.
| weak_count& boost::detail::weak_count::operator= | ( | shared_count const & | r | ) | [inline] |
Definition at line 268 of file shared_count.hpp.
| weak_count& boost::detail::weak_count::operator= | ( | weak_count const & | r | ) | [inline] |
Definition at line 278 of file shared_count.hpp.
| void boost::detail::weak_count::swap | ( | weak_count & | r | ) | [inline] |
Definition at line 288 of file shared_count.hpp.
| long boost::detail::weak_count::use_count | ( | ) | const [inline] |
Definition at line 295 of file shared_count.hpp.
friend class shared_count [friend] |
Definition at line 233 of file shared_count.hpp.
| bool operator== | ( | weak_count const & | a, | |
| weak_count const & | b | |||
| ) | [friend] |
Definition at line 300 of file shared_count.hpp.
| bool operator< | ( | weak_count const & | a, | |
| weak_count const & | b | |||
| ) | [friend] |
Definition at line 305 of file shared_count.hpp.
1.5.5