Issue #15 Added CPassiveObserver and CPassiveMutator

These implement a many-to-many publish/subscribe pattern.
This commit is contained in:
Mat Sutcliffe
2019-02-26 01:51:39 +00:00
parent 073f1549a2
commit 333804a0e6
7 changed files with 213 additions and 0 deletions

View File

@@ -27,6 +27,11 @@
* \brief Classes related to configuration settings.
*/
/*!
* \namespace BlackMisc::SharedState
* \brief Utilities for sharing state between multiple objects.
*/
/*!
* \namespace BlackMisc::Predicates
* \brief Functor classes for evaluating predicate calculus expressions.