highlighter application
1.1
HCE project utils : highlighter
|
#include <Poco/JSON/Parser.h>
#include <Poco/SharedPtr.h>
#include <Poco/Timestamp.h>
#include "InDataStruct.hpp"
#include "JsonObjExtractor.hpp"
#include "OutDataStruct.hpp"
Go to the source code of this file.
Classes | |
class | HighlightJsonWrapper |
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' |
Macros | |
#define | SEARCH_STRING_SEPARATOR "::" |
HighlightJsonWrapper class that convert/parse incoming JSON string to InDataStruct struct and back OutDataStruct struct to the outgoing JSON string.
Definition in file HighlightJsonWrapper.hpp.
#define SEARCH_STRING_SEPARATOR "::" |
Definition at line 24 of file HighlightJsonWrapper.hpp.