table of contents
| kdbplugin.hpp(3elektra) | Elektra | kdbplugin.hpp(3elektra) |
NAME¶
kdbplugin.hpp -
Helpers for creating plugins
SYNOPSIS¶
#include <kdbplugin.h>
#include <key.hpp>
#include <keyset.hpp>
Detailed Description¶
Helpers for creating plugins
Make sure to include kdberrors.h before including this file if you want warnings/errors to be added.
Proper usage:
using namespace ckdb; #include <kdberrors.h> #include <kdbplugin.hpp> typedef Delegator<elektra::YourPluginClass> YPC; // then e.g. YPC::open(handle, errorKey);
Copyright:
BSD License (see LICENSE.md or
https://www.libelektra.org)
Author¶
Generated automatically by Doxygen for Elektra from the source code.
| Mon Jan 15 2018 | Version 0.8.20 |