#include <RMonoAPIDispatcher_Def.h>
|
decltype(RMonoAPIDispatcherBase::genABIEntryTupleDummy()) typedef | ABIEntryTuple |
|
|
static auto | genABIEntryTupleDummy () |
|
A helper class for selecting between different RMonoAPIBackend instances for the supported ABIs. Usually, one ABI will be selected using selectABI(), and then apply() can be called to run a function with the selected ABI.
◆ hasSelectedABI()
bool remotemono::RMonoAPIDispatcher::hasSelectedABI |
( |
| ) |
const |
|
inline |
- Returns
- true if an ABI has been selected by selectABI(), false otherwise.
◆ selectABI()
template<typename ABI >
void remotemono::RMonoAPIDispatcher::selectABI |
( |
| ) |
|
|
inline |
Select the given ABI to be used for methods like apply().
The documentation for this class was generated from the following file: