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