Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members
testing::internal::NaggyMockImpl< Base > Class Template Reference

#include <gmock-nice-strict.h>

Public Member Functions

 NaggyMockImpl ()
 
 ~NaggyMockImpl ()
 

Detailed Description

template<typename Base>
class testing::internal::NaggyMockImpl< Base >

Definition at line 123 of file gmock-nice-strict.h.

Constructor & Destructor Documentation

◆ NaggyMockImpl()

template<typename Base>
testing::internal::NaggyMockImpl< Base >::NaggyMockImpl ( )
inline

Definition at line 125 of file gmock-nice-strict.h.

125  {
126  ::testing::Mock::WarnUninterestingCalls(reinterpret_cast<uintptr_t>(this));
127  }

◆ ~NaggyMockImpl()

template<typename Base>
testing::internal::NaggyMockImpl< Base >::~NaggyMockImpl ( )
inline

Definition at line 129 of file gmock-nice-strict.h.

129  {
130  ::testing::Mock::UnregisterCallReaction(reinterpret_cast<uintptr_t>(this));
131  }

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