|
Rosetta
|
Classes | |
| class | ReferenceCount |
| Base class for reference-counted polymorphic classes. More... | |
Typedefs | |
| typedef boost::shared_ptr < ReferenceCount > | ReferenceCountOP |
| typedef boost::shared_ptr < ReferenceCount const > | ReferenceCountCOP |
Functions | |
| template<typename T , typename U > | |
| bool | equal (weak_ptr< T > const &a, weak_ptr< U > const &b) |
| Equality comparator. More... | |
| template<typename T , typename U > | |
| bool | equal (weak_ptr< T > &a, shared_ptr< U > const &bs) |
| Equality comparator. More... | |
| template<typename T , typename U > | |
| bool | equal (weak_ptr< T > &a, U *const b) |
| Equality comparator. More... | |
| typedef boost::shared_ptr< ReferenceCount const > utility::pointer::ReferenceCountCOP |
Definition at line 28 of file ReferenceCount.fwd.hh.
| typedef boost::shared_ptr< ReferenceCount > utility::pointer::ReferenceCountOP |
Definition at line 25 of file ReferenceCount.fwd.hh.
|
inline |
Equality comparator.
Definition at line 43 of file access_ptr.hh.
|
inline |
Equality comparator.
Definition at line 54 of file access_ptr.hh.
|
inline |
Equality comparator.
Definition at line 64 of file access_ptr.hh.
References test.T850_SubClassing::b.
1.8.7