#include <HighlightJsonWrapper.hpp>
Protected Member Functions |
Poco::Dynamic::Var | extractParam (const std::string ¶mName, Poco::JSON::Object::Ptr parametersPtr) |
void | parseParams (Poco::SharedPtr< InDataStruct > inDataStructPtr, Poco::JSON::Object::Ptr parametersPtr) |
Detailed Description
Definition at line 28 of file HighlightJsonWrapper.hpp.
Constructor & Destructor Documentation
HighlightJsonWrapper::HighlightJsonWrapper |
( |
| ) |
|
|
inline |
virtual HighlightJsonWrapper::~HighlightJsonWrapper |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
Poco::Dynamic::Var HighlightJsonWrapper::extractParam |
( |
const std::string & |
paramName, |
|
|
Poco::JSON::Object::Ptr |
parametersPtr |
|
) |
| |
|
protected |
Poco::SharedPtr< InDataStruct > HighlightJsonWrapper::inDataFromJsomString |
( |
const std::string & |
jsonString | ) |
|
void HighlightJsonWrapper::jsonStringFromOutData |
( |
Poco::SharedPtr< OutDataStruct > |
outDataStructPtr, |
|
|
std::string & |
outJSONString, |
|
|
Poco::Timestamp::TimeDiff |
tDiff |
|
) |
| |
void HighlightJsonWrapper::parseParams |
( |
Poco::SharedPtr< InDataStruct > |
inDataStructPtr, |
|
|
Poco::JSON::Object::Ptr |
parametersPtr |
|
) |
| |
|
protected |
Member Data Documentation
const std::string HighlightJsonWrapper::CONTENTS_NAME = "contents" |
|
static |
const std::string HighlightJsonWrapper::PARAM_ACRONYMS_NAME = "acronyms" |
|
static |
const std::string HighlightJsonWrapper::PARAM_BRGIN_MARKER_NAME = "begin_marker" |
|
static |
const std::string HighlightJsonWrapper::PARAM_CONTENTS_NAME = "contents" |
|
static |
const std::string HighlightJsonWrapper::PARAM_DELIMITERS_NAME = "delimiters" |
|
static |
const std::string HighlightJsonWrapper::PARAM_END_MARKER_NAME = "end_marker" |
|
static |
const std::string HighlightJsonWrapper::PARAM_ERROR_CODE_NAME = "error_code" |
|
static |
const std::string HighlightJsonWrapper::PARAM_ERROR_MSG_NAME = "error_msg" |
|
static |
const std::string HighlightJsonWrapper::PARAM_FOUND_NAME = "found" |
|
static |
const std::string HighlightJsonWrapper::PARAM_HIGHLIGHTTED_NAME = "highlighted" |
|
static |
const std::string HighlightJsonWrapper::PARAM_MAX_NUMBER_NAME = "max_number" |
|
static |
const std::string HighlightJsonWrapper::PARAM_NUMBERS_AS_WORDS_NAME = "numbers_as_words" |
|
static |
const std::string HighlightJsonWrapper::PARAM_TIMEOUT = "timeout" |
|
static |
const std::string HighlightJsonWrapper::PARAM_TOTAL_TIME_NAME = "time" |
|
static |
const std::string HighlightJsonWrapper::PARAM_USE_SINGLE_CHARS_NAME = "use_single_chars" |
|
static |
const std::string HighlightJsonWrapper::PARAMETERS_NAME = "parameters" |
|
static |
const std::string HighlightJsonWrapper::QUERY_NAME = "q" |
|
static |
const std::string HighlightJsonWrapper::RETURN_HASH_NAME = "return_hash" |
|
static |
The documentation for this class was generated from the following files: