hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
Main Page
Namespaces
Classes
Files
File List
File Members
hce-node application
HCE project node model
Namespaces
Classes
Files
File List
sources
src
utils
algorithms
applicationFramework
asmXMLParser
base64
coreDumpChecker
DRCE
src
tests
DRCEActionTypesTest.cpp
DRCEActionTypesTest.hpp
DRCECleanupTest.cpp
DRCECleanupTest.hpp
DRCEFunctionalObjectTest.cpp
DRCEFunctionalObjectTest.hpp
DRCEFunctionalTests.cpp
DRCEPrintStatus.cpp
DRCEPrintStatus.hpp
DRCEProtocolsTest.cpp
DRCEProtocolsTest.hpp
DRCERequestLocalShellTest.cpp
DRCERequestLocalShellTest.hpp
DRCEStressTest.cpp
DRCEStressTest.hpp
DRCETaskRequestsTest.cpp
DRCETaskRequestsTest.hpp
DRCETaskThreadingModeTest.cpp
DRCETaskThreadingModeTest.hpp
main.cpp
exec
HCECSM
jsonObjExtractor
kvdb
messageStream
reduceAdditionCore
reduceCore
reduceDRCE
reduceHandler
reduceSphinx
refine
serializable
sphinx
types
xmlCleaner
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
DRCEPrintStatus.hpp
Go to the documentation of this file.
1
14
#ifndef DRCE_PRINT_STATUS_HPP
15
#define DRCE_PRINT_STATUS_HPP
16
17
#include <iostream>
18
19
#include "
JsonSerializable.hpp
"
20
#include "
DRCEFunctionalObjectBase.hpp
"
21
22
namespace
HCE
23
{
24
namespace
drce
25
{
26
namespace
tests
27
{
28
//-----------------------------------------------------------------------------
29
class
DRCEPrintStatus
30
{
31
enum
{WIDTH=40};
32
public
:
33
DRCEPrintStatus
(
const
std::string& debugLevel,
const
std::string& postfix=
""
);
34
~DRCEPrintStatus
(
void
) {}
35
36
void
operator()
(
const
std::string& msg,
unsigned
int
width=WIDTH);
37
std::string
operator()
(
IJsonSerializable
& rhs);
38
std::string
operator()
(
DRCEFunctionalObjectBase
& rhs);
39
40
private
:
41
std::string debugLevel;
42
std::string postfix;
43
};
44
//-----------------------------------------------------------------------------
45
//-----------------------------------------------------------------------------
46
static
DRCEPrintStatus printSuccess(
"information"
,
" - OK"
),
printError
(
"debug"
);
47
//-----------------------------------------------------------------------------
48
//-----------------------------------------------------------------------------
49
}
// namespace tests
50
}
// namespace drce
51
}
// namespace HCE
52
53
#endif // DRCE_PRINT_STATUS_HPP
sources
utils
DRCE
tests
DRCEPrintStatus.hpp
Generated on Tue Jun 30 2015 19:42:12 for hce-node application by
1.8.1.2