SObjectizer 5.8
Loading...
Searching...
No Matches
prefix.hpp File Reference

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

#include <string>
#include <string_view>
#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

namespace  so_5
 Private part of message limit implementation.
 
namespace  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.
 
std::ostream & so_5::stats::operator<< (std::ostream &to, const suffix_t &what)
 Just a helper operator.
 

Detailed Description

A type for storing prefix of data_source name.

Since
v.5.5.4

Definition in file prefix.hpp.