SObjectizer  5.5
Classes | Namespaces | Functions
prefix.hpp File Reference

A type for storing prefix of data_source name. More...

#include <string>
#include <cstring>
#include <ostream>

Go to the source code of this file.

Classes

class  so_5::stats::prefix_t
 A type for storing prefix of data_source name. More...
 
class  so_5::stats::suffix_t
 A type for representing the suffix of data_source name. More...
 

Namespaces

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

Functions

std::ostream & so_5::stats::operator<< (std::ostream &to, const prefix_t &what)
 Just a helper operator. More...
 
std::ostream & so_5::stats::operator<< (std::ostream &to, const suffix_t &what)
 Just a helper operator. More...
 

Detailed Description

A type for storing prefix of data_source name.

Since
v.5.5.4