Provided by: elektra-doc_0.8.14-5_all 

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.
Version 0.8.14 Tue Dec 15 2015 kdbplugin.hpp(3elektra)