Monero
Loading...
Searching...
No Matches
testing::internal::UnorderedElementsAreArrayMatcher< T > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 UnorderedElementsAreArrayMatcher ()
template<typename Iter>
 UnorderedElementsAreArrayMatcher (Iter first, Iter last)
template<typename Container>
 operator Matcher< Container > () const

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (UnorderedElementsAreArrayMatcher)

Private Attributes

::std::vector< Tmatchers_

Constructor & Destructor Documentation

◆ UnorderedElementsAreArrayMatcher() [1/2]

template<typename T>
testing::internal::UnorderedElementsAreArrayMatcher< T >::UnorderedElementsAreArrayMatcher ( )
inline

◆ UnorderedElementsAreArrayMatcher() [2/2]

template<typename T>
template<typename Iter>
testing::internal::UnorderedElementsAreArrayMatcher< T >::UnorderedElementsAreArrayMatcher ( Iter first,
Iter last )
inline

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename T>
testing::internal::UnorderedElementsAreArrayMatcher< T >::GTEST_DISALLOW_ASSIGN_ ( UnorderedElementsAreArrayMatcher< T > )
private

◆ operator Matcher< Container >()

template<typename T>
template<typename Container>
testing::internal::UnorderedElementsAreArrayMatcher< T >::operator Matcher< Container > ( ) const
inline

Member Data Documentation

◆ matchers_

template<typename T>
::std::vector<T> testing::internal::UnorderedElementsAreArrayMatcher< T >::matchers_
private

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