cloudy trunk
Loading...
Searching...
No Matches
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

◆ operator!=()

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.

◆ operator<()

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:

◆ operator<=()

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:

◆ operator==()

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:

◆ operator>()

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:

◆ operator>=()

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:

◆ swap()

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

Definition at line 82 of file count_ptr.h.

References count_ptr< T >::swap().

Referenced by diatomics::GetIndices().

Here is the call graph for this function: