Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
testing::internal::MaxBipartiteMatchState Class Reference

Public Member Functions

ElementMatcherPairs Compute ()
 
 MaxBipartiteMatchState (const MatchMatrix &graph)
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (MaxBipartiteMatchState)
 
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 122 of file gmock-matchers.cc.

Constructor & Destructor Documentation

◆ MaxBipartiteMatchState()

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

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

Member Function Documentation

◆ Compute()

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

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

◆ GTEST_DISALLOW_ASSIGN_()

testing::internal::MaxBipartiteMatchState::GTEST_DISALLOW_ASSIGN_ ( MaxBipartiteMatchState  )
private

◆ TryAugment()

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

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

Member Data Documentation

◆ graph_

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

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

◆ kUnused

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

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

◆ left_

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

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

◆ right_

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

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


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:11