cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Functions
count_ptr.h File Reference
#include <algorithm>
Include dependency graph for count_ptr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  count_ptr< T >
 

Functions

template<class T >
void swap (count_ptr< T > &a, count_ptr< T > &b)
 
template<class T >
bool operator< (const count_ptr< T > &a, const count_ptr< T > &b)
 
template<class T >
bool operator> (const count_ptr< T > &a, const count_ptr< T > &b)
 
template<class T >
bool operator<= (const count_ptr< T > &a, const count_ptr< T > &b)
 
template<class T >
bool operator>= (const count_ptr< T > &a, const count_ptr< T > &b)
 
template<class T >
bool operator== (const count_ptr< T > &a, const count_ptr< T > &b)
 
template<class T >
bool operator!= (const count_ptr< T > &a, const count_ptr< T > &b)
 

Function Documentation

template<class T >
bool operator!= ( const count_ptr< T > &  a,
const count_ptr< T > &  b 
)
inline

Definition at line 113 of file count_ptr.h.

template<class T >
bool operator< ( const count_ptr< T > &  a,
const count_ptr< T > &  b 
)
inline

Definition at line 88 of file count_ptr.h.

References count_ptr< T >::compare().

Here is the call graph for this function:

template<class T >
bool operator<= ( const count_ptr< T > &  a,
const count_ptr< T > &  b 
)
inline

Definition at line 98 of file count_ptr.h.

References count_ptr< T >::compare().

Here is the call graph for this function:

template<class T >
bool operator== ( const count_ptr< T > &  a,
const count_ptr< T > &  b 
)
inline

Definition at line 108 of file count_ptr.h.

References count_ptr< T >::compare().

Here is the call graph for this function:

template<class T >
bool operator> ( const count_ptr< T > &  a,
const count_ptr< T > &  b 
)
inline

Definition at line 93 of file count_ptr.h.

References count_ptr< T >::compare().

Here is the call graph for this function:

template<class T >
bool operator>= ( const count_ptr< T > &  a,
const count_ptr< T > &  b 
)
inline

Definition at line 103 of file count_ptr.h.

References count_ptr< T >::compare().

Here is the call graph for this function:

template<class T >
void swap ( count_ptr< T > &  a,
count_ptr< T > &  b 
)
inline