|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <gtest-param-util.h>
Public Types | |
| typedef ::std::tuple< T... > | ParamType |
Public Types inherited from testing::internal::ParamGeneratorInterface<::std::tuple< T... > > | |
| typedef T | ParamType |
Public Member Functions | |
| CartesianProductGenerator (const std::tuple< ParamGenerator< T >... > &g) | |
| ~CartesianProductGenerator () override=default | |
| ParamIteratorInterface< ParamType > * | Begin () const override |
| ParamIteratorInterface< ParamType > * | End () const override |
Public Member Functions inherited from testing::internal::ParamGeneratorInterface<::std::tuple< T... > > | |
| virtual | ~ParamGeneratorInterface ()=default |
| typedef ::std::tuple<T...> testing::internal::CartesianProductGenerator< T >::ParamType |
|
inline |
|
overridedefault |
|
inlineoverridevirtual |
|
inlineoverridevirtual |