Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
testing::internal::MaxBipartiteMatchState Class Reference

Public Member Functions

 MaxBipartiteMatchState (const MatchMatrix &graph)
 
ElementMatcherPairs Compute ()
 

Private Member Functions

bool TryAugment (size_t ilhs,::std::vector< char > *seen)
 

Private Attributes

const MatchMatrix * graph_
 
::std::vector< size_t > left_
 
::std::vector< size_t > right_
 

Static Private Attributes

static const size_t kUnused = static_cast<size_t>(-1)
 

Detailed Description

Definition at line 121 of file gmock-matchers.cc.

Constructor & Destructor Documentation

testing::internal::MaxBipartiteMatchState::MaxBipartiteMatchState ( const MatchMatrix &  graph)
inlineexplicit

Definition at line 123 of file gmock-matchers.cc.

Member Function Documentation

ElementMatcherPairs testing::internal::MaxBipartiteMatchState::Compute ( )
inline

Definition at line 129 of file gmock-matchers.cc.

bool testing::internal::MaxBipartiteMatchState::TryAugment ( size_t  ilhs,
::std::vector< char > *  seen 
)
inlineprivate

Definition at line 181 of file gmock-matchers.cc.

Member Data Documentation

const size_t testing::internal::MaxBipartiteMatchState::kUnused = static_cast<size_t>(-1)
staticprivate

Definition at line 163 of file gmock-matchers.cc.

const MatchMatrix* testing::internal::MaxBipartiteMatchState::graph_
private

Definition at line 207 of file gmock-matchers.cc.

::std::vector<size_t> testing::internal::MaxBipartiteMatchState::left_
private

Definition at line 219 of file gmock-matchers.cc.

::std::vector<size_t> testing::internal::MaxBipartiteMatchState::right_
private

Definition at line 220 of file gmock-matchers.cc.


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