Provided by: elektra-doc_0.8.14-5_all bug

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.