v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Types | Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | List of all members
testing::internal::UnorderedElementsAreMatcherImpl< Container > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::UnorderedElementsAreMatcherImpl< Container >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::UnorderedElementsAreMatcherImpl< Container >:
Collaboration graph
[legend]

Public Types

typedef internal::StlContainerView< RawContainer > View
 
typedef View::type StlContainer
 
typedef View::const_reference StlContainerReference
 
typedef StlContainer::const_iterator StlContainerConstIterator
 
typedef StlContainer::value_type Element
 

Public Member Functions

typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer
 
template<typename InputIter >
 UnorderedElementsAreMatcherImpl (InputIter first, InputIter last)
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (Container container, MatchResultListener *listener) const
 

Protected Types

typedef ::std::vector< const MatcherDescriberInterface * > MatcherDescriberVec
 

Protected Member Functions

void DescribeToImpl (::std::ostream *os) const
 
void DescribeNegationToImpl (::std::ostream *os) const
 
bool VerifyAllElementsAndMatchersAreMatched (const ::std::vector< string > &element_printouts, const MatchMatrix &matrix, MatchResultListener *listener) const
 
MatcherDescriberVecmatcher_describers ()
 

Static Protected Member Functions

static Message Elements (size_t n)
 

Detailed Description

template<typename Container>
class testing::internal::UnorderedElementsAreMatcherImpl< Container >

Definition at line 3345 of file gmock-matchers.h.

Member Typedef Documentation

template<typename Container >
typedef internal::StlContainerView<RawContainer> testing::internal::UnorderedElementsAreMatcherImpl< Container >::View

Definition at line 3350 of file gmock-matchers.h.

template<typename Container >
typedef View::type testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainer

Definition at line 3351 of file gmock-matchers.h.

Definition at line 3352 of file gmock-matchers.h.

template<typename Container >
typedef StlContainer::const_iterator testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainerConstIterator

Definition at line 3353 of file gmock-matchers.h.

template<typename Container >
typedef StlContainer::value_type testing::internal::UnorderedElementsAreMatcherImpl< Container >::Element

Definition at line 3354 of file gmock-matchers.h.

Definition at line 3316 of file gmock-matchers.h.

Constructor & Destructor Documentation

template<typename Container >
template<typename InputIter >
testing::internal::UnorderedElementsAreMatcherImpl< Container >::UnorderedElementsAreMatcherImpl ( InputIter  first,
InputIter  last 
)
inline

Definition at line 3359 of file gmock-matchers.h.

Member Function Documentation

template<typename Container >
typedef testing::internal::UnorderedElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( Container  )
template<typename Container >
virtual void testing::internal::UnorderedElementsAreMatcherImpl< Container >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

Implements testing::MatcherDescriberInterface.

Definition at line 3367 of file gmock-matchers.h.

template<typename Container >
virtual void testing::internal::UnorderedElementsAreMatcherImpl< Container >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

Reimplemented from testing::MatcherDescriberInterface.

Definition at line 3372 of file gmock-matchers.h.

template<typename Container >
virtual bool testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatchAndExplain ( Container  container,
MatchResultListener listener 
) const
inlinevirtual
void testing::internal::UnorderedElementsAreMatcherImplBase::DescribeToImpl ( ::std::ostream *  os) const
protectedinherited
void testing::internal::UnorderedElementsAreMatcherImplBase::DescribeNegationToImpl ( ::std::ostream *  os) const
protectedinherited
bool testing::internal::UnorderedElementsAreMatcherImplBase::VerifyAllElementsAndMatchersAreMatched ( const ::std::vector< string > &  element_printouts,
const MatchMatrix matrix,
MatchResultListener listener 
) const
protectedinherited
MatcherDescriberVec& testing::internal::UnorderedElementsAreMatcherImplBase::matcher_describers ( )
inlineprotectedinherited

Definition at line 3329 of file gmock-matchers.h.

static Message testing::internal::UnorderedElementsAreMatcherImplBase::Elements ( size_t  n)
inlinestaticprotectedinherited

Definition at line 3333 of file gmock-matchers.h.

References GTEST_DISALLOW_ASSIGN_.


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