Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::ReferenceWrapper< T > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-actions.h>

Public Member Functions

 ReferenceWrapper (T &l_value)
 
 operator T & () const
 

Private Attributes

Tpointer_
 

Detailed Description

template<typename T>
class testing::internal::ReferenceWrapper< T >

Definition at line 950 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 950 of file gmock-actions.h

Constructor & Destructor Documentation

template<typename T>
testing::internal::ReferenceWrapper< T >::ReferenceWrapper ( T l_value)
inlineexplicit

Definition at line 953 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 953 of file gmock-actions.h

Member Function Documentation

template<typename T>
testing::internal::ReferenceWrapper< T >::operator T & ( ) const
inline

Definition at line 957 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 957 of file gmock-actions.h

References testing::internal::ReferenceWrapper< T >::pointer_.

Member Data Documentation

template<typename T>
T* testing::internal::ReferenceWrapper< T >::pointer_
private

Definition at line 959 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 959 of file gmock-actions.h

Referenced by testing::internal::ReferenceWrapper< T >::operator T &().


The documentation for this class was generated from the following file: