![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/internal/gtest-port.h>
Collaboration diagram for testing::internal::scoped_ptr< T >: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) |
Private Member Functions | |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (scoped_ptr) | |
Private Attributes | |
| T * | ptr_ |
Friends | |
| void | swap (scoped_ptr &a, scoped_ptr &b) |
Definition at line 1125 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1125 of file gtest-port.h
| typedef T testing::internal::scoped_ptr< T >::element_type |
Definition at line 1127 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1127 of file gtest-port.h
|
inlineexplicit |
Definition at line 1129 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1129 of file gtest-port.h
|
inline |
Definition at line 1130 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1130 of file gtest-port.h
|
inline |
Definition at line 1134 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1134 of file gtest-port.h
Referenced by testing::Message::GetString(), and testing::AssertionResult::operator!().
Here is the caller graph for this function:
|
private |
|
inline |
Definition at line 1132 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1132 of file gtest-port.h
|
inline |
Definition at line 1133 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1133 of file gtest-port.h
|
inline |
Definition at line 1136 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1136 of file gtest-port.h
|
inline |
Definition at line 1142 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1142 of file gtest-port.h
Referenced by testing::internal::scoped_ptr< const ::std::string >::~scoped_ptr().
Here is the caller graph for this function:
|
friend |
Definition at line 1151 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1151 of file gtest-port.h
|
private |
Definition at line 1157 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1157 of file gtest-port.h
Referenced by testing::internal::scoped_ptr< const ::std::string >::get(), testing::internal::scoped_ptr< const ::std::string >::operator*(), testing::internal::scoped_ptr< const ::std::string >::operator->(), testing::internal::scoped_ptr< const ::std::string >::release(), and testing::internal::scoped_ptr< const ::std::string >::reset().