|
hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#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) |
| std::ostream & | HCE::flush (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.