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::StrictMock< MockClass > Class Template Reference

#include <gmock-nice-strict.h>

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

Public Member Functions

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

Private Member Functions

 StrictMock (const StrictMock &)=delete
 
StrictMockoperator= (const StrictMock &)=delete
 
- Private Member Functions inherited from testing::internal::StrictMockImpl< MockClass >
 StrictMockImpl ()
 
 ~StrictMockImpl ()
 

Detailed Description

template<class MockClass>
class testing::StrictMock< MockClass >

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

Constructor & Destructor Documentation

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

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

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

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

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

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

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

Member Function Documentation

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

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