Monero
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::ContainsMatcher< M > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 ContainsMatcher (M m)
 
template<typename Container >
 operator Matcher< Container > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ContainsMatcher)
 

Private Attributes

const M inner_matcher_
 

Constructor & Destructor Documentation

◆ ContainsMatcher()

template<typename M >
testing::internal::ContainsMatcher< M >::ContainsMatcher ( M m)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename M >
testing::internal::ContainsMatcher< M >::GTEST_DISALLOW_ASSIGN_ ( ContainsMatcher< M > )
private

◆ operator Matcher< Container >()

template<typename M >
template<typename Container >
testing::internal::ContainsMatcher< M >::operator Matcher< Container > ( ) const
inline

Member Data Documentation

◆ inner_matcher_

template<typename M >
const M testing::internal::ContainsMatcher< M >::inner_matcher_
private

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