|
Electroneum
|


Go to the source code of this file.
Classes | |
| class | testing::internal::InvokeAction< FunctionImpl > |
| class | testing::internal::InvokeMethodAction< Class, MethodPtr > |
Namespaces | |
| namespace | testing |
| namespace | testing::internal |
Functions | |
| template<typename InputIterator, typename OutputIterator> | |
| OutputIterator | testing::internal::CopyElements (InputIterator first, InputIterator last, OutputIterator output) |
| template<typename FunctionImpl> | |
| PolymorphicAction< internal::InvokeAction< FunctionImpl > > | testing::Invoke (FunctionImpl function_impl) |
| template<class Class, typename MethodPtr> | |
| PolymorphicAction< internal::InvokeMethodAction< Class, MethodPtr > > | testing::Invoke (Class *obj_ptr, MethodPtr method_ptr) |
| template<typename InnerAction> | |
| internal::WithArgsAction< InnerAction > | testing::WithoutArgs (const InnerAction &action) |
| template<int k, typename InnerAction> | |
| internal::WithArgsAction< InnerAction, k > | testing::WithArg (const InnerAction &action) |
| testing::ACTION_TEMPLATE (ReturnArg, HAS_1_TEMPLATE_PARAMS(int, k), AND_0_VALUE_PARAMS()) | |
| testing::ACTION_TEMPLATE (SaveArg, HAS_1_TEMPLATE_PARAMS(int, k), AND_1_VALUE_PARAMS(pointer)) | |
| testing::ACTION_TEMPLATE (SaveArgPointee, HAS_1_TEMPLATE_PARAMS(int, k), AND_1_VALUE_PARAMS(pointer)) | |
| testing::ACTION_TEMPLATE (SetArgReferee, HAS_1_TEMPLATE_PARAMS(int, k), AND_1_VALUE_PARAMS(value)) | |
| testing::ACTION_TEMPLATE (SetArrayArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_2_VALUE_PARAMS(first, last)) | |
| testing::ACTION_TEMPLATE (DeleteArg, HAS_1_TEMPLATE_PARAMS(int, k), AND_0_VALUE_PARAMS()) | |
| testing::ACTION_P (ReturnPointee, pointer) | |