Monero
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::UnorderedElementsAreMatcher< MatcherTuple > Class Template Reference

#include <gmock-matchers.h>

Collaboration diagram for testing::internal::UnorderedElementsAreMatcher< MatcherTuple >:
Collaboration graph
[legend]

Public Member Functions

 UnorderedElementsAreMatcher (const MatcherTuple &args)
 
template<typename Container >
 operator Matcher< Container > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (UnorderedElementsAreMatcher)
 

Private Attributes

const MatcherTuple matchers_
 

Constructor & Destructor Documentation

◆ UnorderedElementsAreMatcher()

template<typename MatcherTuple >
testing::internal::UnorderedElementsAreMatcher< MatcherTuple >::UnorderedElementsAreMatcher ( const MatcherTuple args)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename MatcherTuple >
testing::internal::UnorderedElementsAreMatcher< MatcherTuple >::GTEST_DISALLOW_ASSIGN_ ( UnorderedElementsAreMatcher< MatcherTuple )
private

◆ operator Matcher< Container >()

template<typename MatcherTuple >
template<typename Container >
testing::internal::UnorderedElementsAreMatcher< MatcherTuple >::operator Matcher< Container > ( ) const
inline

Member Data Documentation

◆ matchers_

template<typename MatcherTuple >
const MatcherTuple testing::internal::UnorderedElementsAreMatcher< MatcherTuple >::matchers_
private

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