CIRCT 20.0.0git
|
Classes | |
class | BackendRegistry |
struct | RegisterAccelerator |
Typedefs | |
using | BackendCreate = std::function< std::unique_ptr< AcceleratorConnection >(Context &, std::string)> |
Backends can register themselves to be connected via a connection string. | |
Functions | |
void | registerBackend (const std::string &name, BackendCreate create) |
|
private |
Backends can register themselves to be connected via a connection string.
Definition at line 165 of file Accelerator.h.
|
private |
Definition at line 223 of file Accelerator.cpp.
References esi::registry::internal::BackendRegistry::get().
Referenced by esi::registry::internal::RegisterAccelerator< TAccelerator >::RegisterAccelerator().