/home66/gary/public_html/cloudy/c13_branch/source/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 111 of file count_ptr.h.

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

Definition at line 86 of file count_ptr.h.

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

Definition at line 96 of file count_ptr.h.

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

Definition at line 106 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 91 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 101 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]

Definition at line 80 of file count_ptr.h.

References count_ptr< T >::swap().

Referenced by diatomics::GetIndices().

Here is the call graph for this function:

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Nov 2012 for cloudy by  doxygen 1.6.1