|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <gmock-actions.h>
Public Types | |
| typedef internal::Function< F >::Result | Result |
| typedef internal::Function< F >::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
| ActionInterface ()=default | |
| virtual | ~ActionInterface ()=default |
| virtual Result | Perform (const ArgumentTuple &args)=0 |
| typedef internal::Function<F>::ArgumentTuple testing::ActionInterface< F >::ArgumentTuple |
| typedef internal::Function<F>::Result testing::ActionInterface< F >::Result |
|
default |
|
virtualdefault |
|
pure virtual |