Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
This is the complete list of members for testing::gmock_nice_strict_test::MockFoo, including all inherited members.
Delete() | testing::gmock_nice_strict_test::MockFoo | inline |
DoThat(bool flag)=0 | testing::gmock_nice_strict_test::Foo | pure virtual |
DoThis()=0 | testing::gmock_nice_strict_test::Foo | pure virtual |
MOCK_METHOD0(DoThis, void()) | testing::gmock_nice_strict_test::MockFoo | |
MOCK_METHOD0(ReturnNonDefaultConstructible, NotDefaultConstructible()) | testing::gmock_nice_strict_test::MockFoo | |
MOCK_METHOD1(DoThat, int(bool flag)) | testing::gmock_nice_strict_test::MockFoo | |
MockFoo()=default | testing::gmock_nice_strict_test::MockFoo | |
MockFoo(const MockFoo &)=delete | testing::gmock_nice_strict_test::MockFoo | private |
operator=(const MockFoo &)=delete | testing::gmock_nice_strict_test::MockFoo | private |
~Foo()=default | testing::gmock_nice_strict_test::Foo | virtual |