15 #ifndef ACSDKCOMMUNICATIONINTERFACES_FUNCTIONINVOKERINTERFACE_H_ 16 #define ACSDKCOMMUNICATIONINTERFACES_FUNCTIONINVOKERINTERFACE_H_ 22 namespace acsdkCommunicationInterfaces {
29 template <
typename ReturnType,
typename... Types>
49 #endif // ACSDKCOMMUNICATIONINTERFACES_FUNCTIONINVOKERINTERFACE_H_ def args
Definition: android_test.py:111
virtual ReturnType functionToBeInvoked(const std::string &name, Types... args)=0
::std::string string
Definition: gtest-port.h:1097
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: FunctionInvokerInterface.h:30
virtual ~FunctionInvokerInterface()=default