|
QUDA
v0.7.0
A library for QCD on GPUs
|
#include <gtest.h>
Public Types | |
| typedef T | element_type |
Public Member Functions | |
| linked_ptr (T *ptr=NULL) | |
| ~linked_ptr () | |
| template<typename U > | |
| linked_ptr (linked_ptr< U > const &ptr) | |
| linked_ptr (linked_ptr const &ptr) | |
| template<typename U > | |
| linked_ptr & | operator= (linked_ptr< U > const &ptr) |
| linked_ptr & | operator= (linked_ptr const &ptr) |
| void | reset (T *ptr=NULL) |
| T * | get () const |
| T * | operator-> () const |
| T & | operator* () const |
| bool | operator== (T *p) const |
| bool | operator!= (T *p) const |
| template<typename U > | |
| bool | operator== (linked_ptr< U > const &ptr) const |
| template<typename U > | |
| bool | operator!= (linked_ptr< U > const &ptr) const |
Friends | |
| template<typename U > | |
| class | linked_ptr |
| typedef T testing::internal::linked_ptr< T >::element_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.6