#include <ts_gtest.h>
Public Types | |
| typedef T | element_type |
Public Member Functions | |
| scoped_ptr (T *p=NULL) | |
| ~scoped_ptr () | |
| T & | operator* () const |
| T * | operator-> () const |
| T * | get () const |
| T * | release () |
| void | reset (T *p=NULL) |
| typedef T testing::internal::scoped_ptr< T >::element_type |
| testing::internal::scoped_ptr< T >::scoped_ptr | ( | T * | p = NULL | ) | [explicit] |
| testing::internal::scoped_ptr< T >::~scoped_ptr | ( | ) |
| T& testing::internal::scoped_ptr< T >::operator* | ( | ) | const |
| T* testing::internal::scoped_ptr< T >::operator-> | ( | ) | const |
| T* testing::internal::scoped_ptr< T >::get | ( | ) | const |
| T* testing::internal::scoped_ptr< T >::release | ( | ) |
| void testing::internal::scoped_ptr< T >::reset | ( | T * | p = NULL | ) |