|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
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) |
Definition at line 121 of file gmock-matchers.cc.
|
inlineexplicit |
Definition at line 123 of file gmock-matchers.cc.
|
inline |
Definition at line 129 of file gmock-matchers.cc.
|
inlineprivate |
Definition at line 181 of file gmock-matchers.cc.
|
staticprivate |
Definition at line 163 of file gmock-matchers.cc.
|
private |
Definition at line 207 of file gmock-matchers.cc.
|
private |
Definition at line 219 of file gmock-matchers.cc.
|
private |
Definition at line 220 of file gmock-matchers.cc.