Orxonox
0.0.5 Codename: Arcturus
|
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gtest/include/gtest/internal/gtest-port.h>
Public Types | |
typedef T | element_type |
Public Member Functions | |
scoped_ptr (T *p=NULL) | |
~scoped_ptr () | |
T * | get () const |
T & | operator* () const |
T * | operator-> () const |
T * | release () |
void | reset (T *p=NULL) |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (scoped_ptr) | |
Private Attributes | |
T * | ptr_ |
typedef T testing::internal::scoped_ptr< T >::element_type |
|
inlineexplicit |
|
inline |
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |