remotemono
Public Member Functions | Public Attributes | List of all members
remotemono::RMonoAPIDispatcher Class Reference

#include <RMonoAPIDispatcher_Def.h>

Inheritance diagram for remotemono::RMonoAPIDispatcher:
Inheritance graph
[legend]
Collaboration diagram for remotemono::RMonoAPIDispatcher:
Collaboration graph
[legend]

Public Member Functions

ABIEntryTuple & getABIEntries ()
 
bool hasSelectedABI () const
 
template<typename ABI >
void selectABI ()
 

Public Attributes

decltype(RMonoAPIDispatcherBase::genABIEntryTupleDummy()) typedef ABIEntryTuple
 

Additional Inherited Members

- Static Protected Member Functions inherited from remotemono::RMonoAPIDispatcherBase
static auto genABIEntryTupleDummy ()
 

Detailed Description

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.

Member Function Documentation

◆ 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: