Scroll to navigation

kdb::Command(3elektra) Elektra kdb::Command(3elektra)

NAME

kdb::Command - Used by contexts for callbacks (to run code using a mutex).

SYNOPSIS

#include <kdbvalue.hpp>

Public Types


typedef std::function< Pair()> Func
Typedef for function that returs oldKey, newKey pair.

Detailed Description

Used by contexts for callbacks (to run code using a mutex).

Following scenarios are possible: !oldName && !newName: execute code, do nothing else !oldName && newName: attach oldName && newName: reattach oldName == newName: assignment, attach for inter-thread updates oldName && !newName: detach

Author

Generated automatically by Doxygen for Elektra from the source code.

Sun May 29 2016 Version 0.8.14