SObjectizer  5.5
Classes | Namespaces
repository.hpp File Reference

Interfaces of data source and data sources repository. More...

#include <so_5/h/declspec.hpp>
#include <so_5/rt/h/mbox.hpp>
#include <so_5/h/outliving.hpp>

Go to the source code of this file.

Classes

class  so_5::stats::source_t
 An interface of data source. More...
 
class  so_5::stats::repository_t
 An interface of data sources repository. More...
 
class  so_5::stats::auto_registered_source_t
 Version of data source with ability of automatic registration and deregistration of data source in the repository. More...
 
class  so_5::stats::manually_registered_source_t
 Version of data source for the case when the registration and deregistration of data source in the repository must be performed manually. More...
 

Namespaces

 so_5
 Public part of message limit implementation.
 
 so_5::stats
 All stuff related to run-time monitoring and statistics.
 

Detailed Description

Interfaces of data source and data sources repository.

Since
v.5.5.4