v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
testing::internal::MatchMatrix Class Reference

#include <gmock-matchers.h>

Public Member Functions

 MatchMatrix (size_t num_elements, size_t num_matchers)
 
size_t LhsSize () const
 
size_t RhsSize () const
 
bool HasEdge (size_t ilhs, size_t irhs) const
 
void SetEdge (size_t ilhs, size_t irhs, bool b)
 
bool NextGraph ()
 
void Randomize ()
 
string DebugString () const
 

Detailed Description

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

Constructor & Destructor Documentation

testing::internal::MatchMatrix::MatchMatrix ( size_t  num_elements,
size_t  num_matchers 
)
inline

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

Member Function Documentation

size_t testing::internal::MatchMatrix::LhsSize ( ) const
inline

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

Referenced by testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatchAndExplain().

Here is the caller graph for this function:

size_t testing::internal::MatchMatrix::RhsSize ( ) const
inline

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

bool testing::internal::MatchMatrix::HasEdge ( size_t  ilhs,
size_t  irhs 
) const
inline

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

void testing::internal::MatchMatrix::SetEdge ( size_t  ilhs,
size_t  irhs,
bool  b 
)
inline

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

bool testing::internal::MatchMatrix::NextGraph ( )
void testing::internal::MatchMatrix::Randomize ( )
string testing::internal::MatchMatrix::DebugString ( ) const

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