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

#include <gmock-matchers.h>

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ElementsAreArrayMatcher)
 

Private Attributes

const ::std::vector< Tmatchers_
 

Constructor & Destructor Documentation

◆ ElementsAreArrayMatcher()

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

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

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

◆ operator Matcher< Container >()

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

Member Data Documentation

◆ matchers_

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

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