Provided by: elektra-doc_0.8.14-5.1ubuntu2_all bug

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.