cprover
reference_counting.h File Reference
#include "invariant.h"
+ Include dependency graph for reference_counting.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  reference_counting< T >
 
class  reference_counting< T >::dt
 

Functions

template<class T >
bool operator== (const reference_counting< T > &o1, const reference_counting< T > &o2)
 
template<class T >
bool operator!= (const reference_counting< T > &i1, const reference_counting< T > &i2)
 

Detailed Description

Reference Counting

Definition in file reference_counting.h.

Function Documentation

◆ operator!=()

template<class T >
bool operator!= ( const reference_counting< T > &  i1,
const reference_counting< T > &  i2 
)
inline

Definition at line 193 of file reference_counting.h.

◆ operator==()

template<class T >
bool operator== ( const reference_counting< T > &  o1,
const reference_counting< T > &  o2 
)

Definition at line 183 of file reference_counting.h.