table of contents
other versions
kdbplugin.hpp(3elektra) | Elektra | kdbplugin.hpp(3elektra) |
NAME¶
kdbplugin.hpp - Helpers for creating plugins.
SYNOPSIS¶
#include <key.hpp>
#include <keyset.hpp>
#include <kdbplugin.h>
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 doc/COPYING or
http://www.libelektra.org)
Author¶
Generated automatically by Doxygen for Elektra from the source code.
Sun May 29 2016 | Version 0.8.14 |