Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | List of all members
testing::NaggyMock< MockClass > Class Template Reference

#include <gmock-nice-strict.h>

Inheritance diagram for testing::NaggyMock< MockClass >:
Inheritance graph
[legend]

Public Member Functions

 NaggyMock ()
 
template<typename A >
 NaggyMock (A &&arg)
 
template<typename TArg1 , typename TArg2 , typename... An>
 NaggyMock (TArg1 &&arg1, TArg2 &&arg2, An &&...args)
 

Private Member Functions

 NaggyMock (const NaggyMock &)=delete
 
NaggyMockoperator= (const NaggyMock &)=delete
 
- Private Member Functions inherited from testing::internal::NaggyMockImpl< MockClass >
 NaggyMockImpl ()
 
 ~NaggyMockImpl ()
 

Detailed Description

template<class MockClass>
class testing::NaggyMock< MockClass >

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

Constructor & Destructor Documentation

template<class MockClass>
testing::NaggyMock< MockClass >::NaggyMock ( )
inline

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

template<class MockClass>
template<typename A >
testing::NaggyMock< MockClass >::NaggyMock ( A &&  arg)
inlineexplicit

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

template<class MockClass>
template<typename TArg1 , typename TArg2 , typename... An>
testing::NaggyMock< MockClass >::NaggyMock ( TArg1 &&  arg1,
TArg2 &&  arg2,
An &&...  args 
)
inline

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

template<class MockClass>
testing::NaggyMock< MockClass >::NaggyMock ( const NaggyMock< MockClass > &  )
privatedelete

Member Function Documentation

template<class MockClass>
NaggyMock& testing::NaggyMock< MockClass >::operator= ( const NaggyMock< MockClass > &  )
privatedelete

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