Public Member Functions

ts::IntrusivePtrPolicy< T >::Order Class Reference

Strict weak order for STL containers. More...

#include <IntrusivePtr.h>

Public Member Functions

 Order ()
 Default constructor.
bool operator() (IntrusivePtr< T > const &lhs, IntrusivePtr< T > const &rhs) const
 Compare by raw pointer.

Detailed Description

template<typename T>
class ts::IntrusivePtrPolicy< T >::Order

Strict weak order for STL containers.

Definition at line 346 of file IntrusivePtr.h.


Constructor & Destructor Documentation

template<typename T >
ts::IntrusivePtrPolicy< T >::Order::Order (  )  [inline]

Default constructor.

Definition at line 350 of file IntrusivePtr.h.


Member Function Documentation

template<typename T >
bool ts::IntrusivePtrPolicy< T >::Order::operator() ( IntrusivePtr< T > const &  lhs,
IntrusivePtr< T > const &  rhs 
) const

Compare by raw pointer.

Parameters:
lhs Left hand operand.
rhs Right hand operand.

Definition at line 394 of file IntrusivePtr.h.

References ts::IntrusivePtr< T >::get().


The documentation for this class was generated from the following file: