30     template <
typename ReturnType, 
typename... ArgsType>
 
   31     ReturnType call(ArgsType&&... args) 
const;
 
   34     template <
typename... ArgsType>
 
   35     Object callObject(ArgsType&&... args) 
const;
 
   38     template <
typename... ArgsType>
 
   39     void callVoid(ArgsType&&... args) 
const;
 
   49     virtual Object opaqueCall(
const Object *inputArgs, 
const size_t numArgs) 
const = 0;
 
#define POTHOS_API
Definition: Config.hpp:41
Definition: CallInterface.hpp:21
Definition: Object.hpp:55