table of contents
| kdbthread.hpp(3elektra) | Elektra | kdbthread.hpp(3elektra) |
NAME¶
kdbthread.hpp
SYNOPSIS¶
#include <kdbcontext.hpp>
#include <kdb.hpp>
#include <algorithm>
#include <cassert>
#include <functional>
#include <mutex>
#include <thread>
#include <unordered_map>
#include <vector>
Classes¶
class kdb::ThreadSubject
Subject from Observer pattern for ThreadContext. struct kdb::PerContext
A data structure that is stored by context inside the Coordinator.
class kdb::Coordinator
Thread safe coordination of ThreadContext per Threads.
Namespaces¶
kdb
This is the main namespace for the C++ binding and libraries.
Typedefs¶
typedef std::unordered_map< std::string, LayerAction >
kdb::LayerMap
A vector of layers.
Detailed Description¶
Copyright:
Author¶
Generated automatically by Doxygen for Elektra from the source code.
| Mon Jan 15 2018 | Version 0.8.20 |