|
SObjectizer
5.5
|
Version of data source with ability of automatic registration and deregistration of data source in the repository. More...
#include <repository.hpp>
Protected Member Functions | |
| auto_registered_source_t (outliving_reference_t< repository_t > repo) | |
| ~auto_registered_source_t () SO_5_NOEXCEPT override | |
Protected Member Functions inherited from so_5::stats::source_t | |
| source_t (const source_t &)=delete | |
| source_t (source_t &&)=delete | |
| source_t & | operator= (const source_t &)=delete |
| source_t & | operator= (source_t &&)=delete |
| source_t ()=default | |
| virtual | ~source_t () SO_5_NOEXCEPT=default |
Private Attributes | |
| outliving_reference_t< repository_t > | m_repo |
Additional Inherited Members | |
Public Member Functions inherited from so_5::stats::source_t | |
| virtual void | distribute (const mbox_t &distribution_mbox)=0 |
| Send appropriate notification about the current value. More... | |
Version of data source with ability of automatic registration and deregistration of data source in the repository.
|
protected |
|
overrideprotected |
|
private |
1.8.14