#include <list>
#include <cassert>
#include <cstddef>
#include <cstring>
Go to the source code of this file.
|
the Coin namespace.
|
#define | CoinReferencedObject Coin::ReferencedObject |
|
#define | CoinSmartPtr Coin::SmartPtr |
|
#define | CoinComparePointers Coin::ComparePointers |
|
template<class U1 , class U2 > |
bool | operator== (const Coin::SmartPtr< U1 > &lhs, const Coin::SmartPtr< U2 > &rhs) |
|
template<class U1 , class U2 > |
bool | operator== (const Coin::SmartPtr< U1 > &lhs, U2 *raw_rhs) |
|
template<class U1 , class U2 > |
bool | operator== (U1 *raw_lhs, const Coin::SmartPtr< U2 > &rhs) |
|
template<class U1 , class U2 > |
bool | operator!= (const Coin::SmartPtr< U1 > &lhs, const Coin::SmartPtr< U2 > &rhs) |
|
template<class U1 , class U2 > |
bool | operator!= (const Coin::SmartPtr< U1 > &lhs, U2 *raw_rhs) |
|
template<class U1 , class U2 > |
bool | operator!= (U1 *raw_lhs, const Coin::SmartPtr< U2 > &rhs) |
|
◆ dbg_smartptr_verbosity
#define dbg_smartptr_verbosity 0 |
◆ CoinReferencedObject
◆ CoinSmartPtr
◆ CoinComparePointers
◆ operator==() [1/3]
template<class U1 , class U2 >
◆ operator==() [2/3]
template<class U1 , class U2 >
◆ operator==() [3/3]
template<class U1 , class U2 >
◆ operator!=() [1/3]
template<class U1 , class U2 >
◆ operator!=() [2/3]
template<class U1 , class U2 >
◆ operator!=() [3/3]
template<class U1 , class U2 >