|
highlighter application
1.1
HCE project utils : highlighter
|
#include <msgpack.hpp>#include <Poco/Timestamp.h>#include <Poco/Exception.h>#include <sstream>#include "Application.hpp"#include "ContentsStorageSimple.hpp"#include "CRC64.h"#include "ErrorStruct.hpp"#include "InDataHighlight.hpp"#include "HighlightingAlgorithmInitialize.hpp"#include "HighlightStringStickerSimple.hpp"#include "HighlightComponent.hpp"#include "HighlightJsonException.hpp"#include "HighlightJsonWrapper.hpp"#include "Logger.hpp"#include "SerializeCacheData.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | HCE |
| < HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' | |
Macros | |
| #define | COMPONENTS_COUNT 4 |
Variables | |
| Poco::AutoPtr < Poco::Util::AbstractConfiguration > | HCE::_config = NULL |
| < AbstractConfiguration - all public methods are synchronized, so the class is safe for multithreaded use. | |
| ErrorStruct | errorStruct |
Application class implementation.
Definition in file Application.cpp.
| #define COMPONENTS_COUNT 4 |
Definition at line 31 of file Application.cpp.
| ErrorStruct errorStruct |
Definition at line 42 of file Application.cpp.