HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <functional>
#include <iostream>
#include <sstream>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | HCE::LoggerStream |
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' |
Typedefs | |
typedef std::function < std::string(const std::string &)> | HCE::Loggable |
Functions | |
std::ostream & | HCE::endl (std::ostream &os) |
LoggerStream & | HCE::operator<< (LoggerStream &os, const std::string &rhs) |
LoggerStream & | HCE::operator<< (LoggerStream &os, const char *rhs) |
Implementation class LoggerStream of a MessageStream tools in HCE cluster node.
Definition in file LoggerStream.hpp.