mimic++ v4
|
Go to the source code of this file.
Classes | |
class | mimicpp::LifetimeWatcher |
A watcher type, which reports it's destructor calls. More... | |
class | mimicpp::RelocationWatcher |
A watcher type, which reports it's move-constructor and -assignment calls. More... | |
class | mimicpp::Watched< Base, Watchers > |
CRTP-type, inheriting first from all Watchers and then Base , thus effectively couple them all together. More... | |
Namespaces | |
namespace | mimicpp |
Concepts | |
concept | mimicpp::object_watcher |