![]() |
Orthanc Plugin SDK
Documentation of the plugin interface of Orthanc
|
Bridge between C and C++ database engines. More...
#include <OrthancCppDatabasePlugin.h>
Static Public Member Functions | |
static void | Register (OrthancPluginContext *context, IDatabaseBackend &backend) |
Class creating the bridge between the C low-level primitives for custom database engines, and the high-level IDatabaseBackend C++ interface.
|
inlinestatic |
Register a custom database back-end written in C++.
context | The Orthanc plugin context, as received by OrthancPluginInitialize(). |
backend | Your custom database engine. |