HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::sphinx::message_const Namespace Reference

Enumerations

enum  {
  LOAD_CONFIG_SUCCESS = 0, HOST, PORT, INDEX,
  FILE_NOT_FOUND, FILE_NOT_OPEN, SEARCHD_MAX_MATCHES, SCHEMA_NAMES_SIZE,
  ATTRIBUTES_COUNT, EMPTY_LIST_OF_INDEX_FILES, LOAD_CONFIG_FAIL, EMPTY_RESULT_DATA,
  INCORRECT_JSON_TYPE, ERROR, ERROR_MSG, ERROR_CODE,
  SERIALIZE_OUTPUT_JSON_MESSAGE, GENERATE_DEFAULT_JSON, TRY_MAKE_INDEX_COMMAND, DOCUMENT_CONTENT_IS_EMPTY,
  INDEX_NAME, MAKE_INDEX_COMMAND_SUCCESS, TRY_MAKE_ADMIN_COMMAND, RECEIVED_EMPTY_COMMAND_STRING,
  UNKNOWN_COMMAND, MAKE_ADMIN_COMMAND_SUCCESS, FAILED_TO_CREATE_CLIENT, START_SEARCHD_READ_CONFIG,
  WAIT_START_SEARCHD, START_SEARCHD_FAIL, TRY_EASY_START, WAIT_STOP_SEARCHD,
  STOP_SEARCHD, INVALID_CLIENT_HANDLE, INVALID_FILTER, ADD_FILTER,
  INVALID_RANGE_OF_FILTER, UNKNOWN_FILTER_TYPE, SERVER_HOST_IS_EMPTY, SERVER_PORT_IS_NULL,
  SET_SERVER_SUCCESS, OPEN_CONNECTION_ERROR, EASY_START_SUCCESS, EASY_START_FALLEN,
  FIELD_ALREADY_EXIST, FIELD_NOT_FOUND, INDEX_ALREADY_EXIST, INDEX_NOT_FOUND,
  NOT_FOUND_IN_CONFIG, LIST_OF_INDEXES_IS_EMPTY, SEARCHD_ERROR, SEARCHD_WARNING,
  SEARCHD_STOPPED_PID_FILE_EXIST, SEARCHD_STOPPED_BUT_PID_FILE_EXIST, SEARCHD_NOT_ACTIVITY, FIELD_NOT_FOUND_IN_CURRENT_SCHEMA,
  GETTING_PARAMETERS_FAIL, ERROR_CLEAN_DIR, FOUND_INDEX_FILE, REMOVE_INDEX_FILE,
  REMOVE_FILE_FAIL, OPEN_DIR_FAIL, ERROR_GET_FILE_LIST, ERROR_GET_INDEX_LIST,
  EMPTY_DATA_DIR, TRY_OPEN_FILE_FAIL, TRY_USE_AS_DIRECTORY_WAS_CANCELED, CLOSE_DIR_FAIL,
  FOUND_FREE_ALLOWED_PORT, ERROR_GET_FREE_ALLOWED_PORT, ERROR_MAKE_CONFIG, MAKE_DIR_FAIL,
  DONT_CREATED_DIR, FOLDER_NOT_EXIST, FILE_NOT_EXIST, INVALID_DATA_CONTENT,
  INVALID_SCHEMA_CONTENT, COMMAND_LINE, INDEXATION_FAIL, BAD_BRANCH_NAME,
  MAKE_SOURCE_FAIL, MAKE_SOURCE, MAKE_INDEX, RECEIVED_EMPTY_LIST_BRANCHES
}

Variables

const char delimiter = ':'
const char space = ' '
const char point = '.'
const std::string loadConfigSuccess = "LOAD CONFIG SUCCESS"
const std::string host = "HOST"
const std::string port = "PORT"
const std::string index = "INDEX"
const std::string fileNotFound = "File not found"
const std::string fileNotOpen = "File not open"
const std::string searchdMaxMatches = "SEARCHD MAX MATCHES"
const std::string schemaNamesSize = "SCHEMA NAMES SIZE"
const std::string attributesCount = "ATTRIBUTES COUNT"
const std::string emptyListOfindexFiles = "Empty list of index files"
const std::string loadConfigFail = "LOAD CONFIG FAIL"
const std::string emptyResultData = "Empty result data"
const std::string incorrectJSONType = "Incorrect JSON type"
const std::string error = "Error"
const std::string errorMsg = "ErrorMsg"
const std::string errorCode = "ErrorCode"
const std::string serializeOutputJsonMessage = "Serialize OutputJsonMessage"
const std::string generateDefaultJSON = "Generate default JSON"
const std::string tryMakeIndexCommand = "TRY MAKE INDEX COMMAND"
const std::string documentContentIsEmpty = "Document content is empty"
const std::string indexName = "INDEX NAME"
const std::string makeIndexCommandSuccess = "!!! MAKE INDEX COMMAND SUCCESS !!!"
const std::string tryMakeAdminCommand = "TRY MAKE ADMIN COMMAND"
const std::string receivedEmptyCommandString = "Received empty command string"
const std::string unknownCommand = "Unknown command"
const std::string makeAdminCommandSuccess = "!!! MAKE ADMIN COMMAND SUCCESS !!!"
const std::string failedToCreateClient = "Failed to create client"
const std::string startSearchdReadConfig = "startSearchd read config"
const std::string waitStartSearchd = "!!! WAIT START SEARCHD !!!"
const std::string startSearchdFail = "Start searchd fail"
const std::string tryEasyStart = "TRY EASY START"
const std::string waitStopSearchd = "!!! WAIT STOP SEARCHD !!!"
const std::string stopSearchd = "STOP SEARCHD"
const std::string invalidClientHandle = "Invalid client handle"
const std::string invalidFilter = "Invalid filter"
const std::string addFilter = "Add filter"
const std::string invalidRangeOfFilter = "Invalid range of filter"
const std::string unknownFilterType = "Unknown filter type"
const std::string serverHostIsEmpty = "Server host is empty"
const std::string serverPortIsNull = "Server port is null"
const std::string setServerSuccess = "!!! SET SERVER SUCCESS !!!"
const std::string openConnectionError = "Open connection error"
const std::string easyStartSuccess = "!!! EASY START SUCCESS !!!"
const std::string easyStartFallen = "!!! EASY START FALLEN !!!"
const std::string fieldAlreadyExist = "Field already exist"
const std::string fieldNotFound = "Field not found"
const std::string indexAlreadyExist = "Index already exist"
const std::string indexNotFound = "Index not found"
const std::string notFoundInConfig = "NOT FOUND IN CONFIG"
const std::string listOfIndexesIsEmpty = "List of indexes is empty, check initialization"
const std::string searchdError = "SEARCHD ERROR"
const std::string searchdWarning = "SEARCHD WARNING"
const std::string searchdStoppedPidFileExist = "Searchd stopped. Pid file exist = "
const std::string searchdStoppedButPidFileExist = "Searchd stoped but pid file exist"
const std::string searchdNotActivity = "Searchd not activity"
const std::string fieldNotFoundInCurrentSchema = "Field not found in current schema"
const std::string gettingParametersFail = "Getting parameters fail"
const std::string errorCleanDir = "ERROR CLEAN DIR"
const std::string foundIndexFile = "FOUND INDEX FILE"
const std::string removeIndexFile = "REMOVE INDEX FILE"
const std::string removeFileFail = "Remove file fail"
const std::string openDirFail = "Open dir fail"
const std::string errorGetFileList = "ERROR GET FILE LIST"
const std::string errorGetIndexList = "ERROR GET INDEX LIST"
const std::string emptyDataDir = "Empty data dir"
const std::string tryOpenFileFail = "Try open file fail"
const std::string tryUseAsDirectoryWasCanceled = "Try use as directory was canceled..."
const std::string closeDirFail = "Close dir fail"
const std::string foundFreeAllowedPort = "FOUND FREE ALLOWED PORT"
const std::string errorGetFreeAllowedPort = "ERROR GET FREE ALLOWED PORT"
const std::string errorMakeConfig = "ERROR MAKE CONFIG"
const std::string makeDirFail = "Make dir fail"
const std::string dontCreatedDir = "Don't created directory"
const std::string folderNotExist = "Forder not exist"
const std::string fileNotExist = "File not exist"
const std::string invalidDataContent = "Invalid data content"
const std::string invalidSchemaContent = "Invalid schema content"
const std::string commandLine = "COMMAND LINE"
const std::string indexationFail = "Indexation fail"
const std::string badBranchName = "Bad branch name"
const std::string makeSourceFail = "Make source fail"
const std::string makeSource = "MAKE SOURCE"
const std::string makeIndex = "MAKE INDEX"
const std::string receivedEmptyListOfBranches = "Received empty list of branches"
const std::vector< std::pair
< unsigned int, std::string > > 
messages

Enumeration Type Documentation

anonymous enum
Enumerator:
LOAD_CONFIG_SUCCESS 
HOST 
PORT 
INDEX 
FILE_NOT_FOUND 
FILE_NOT_OPEN 
SEARCHD_MAX_MATCHES 
SCHEMA_NAMES_SIZE 
ATTRIBUTES_COUNT 
EMPTY_LIST_OF_INDEX_FILES 
LOAD_CONFIG_FAIL 
EMPTY_RESULT_DATA 
INCORRECT_JSON_TYPE 
ERROR 
ERROR_MSG 
ERROR_CODE 
SERIALIZE_OUTPUT_JSON_MESSAGE 
GENERATE_DEFAULT_JSON 
TRY_MAKE_INDEX_COMMAND 
DOCUMENT_CONTENT_IS_EMPTY 
INDEX_NAME 
MAKE_INDEX_COMMAND_SUCCESS 
TRY_MAKE_ADMIN_COMMAND 
RECEIVED_EMPTY_COMMAND_STRING 
UNKNOWN_COMMAND 
MAKE_ADMIN_COMMAND_SUCCESS 
FAILED_TO_CREATE_CLIENT 
START_SEARCHD_READ_CONFIG 
WAIT_START_SEARCHD 
START_SEARCHD_FAIL 
TRY_EASY_START 
WAIT_STOP_SEARCHD 
STOP_SEARCHD 
INVALID_CLIENT_HANDLE 
INVALID_FILTER 
ADD_FILTER 
INVALID_RANGE_OF_FILTER 
UNKNOWN_FILTER_TYPE 
SERVER_HOST_IS_EMPTY 
SERVER_PORT_IS_NULL 
SET_SERVER_SUCCESS 
OPEN_CONNECTION_ERROR 
EASY_START_SUCCESS 
EASY_START_FALLEN 
FIELD_ALREADY_EXIST 
FIELD_NOT_FOUND 
INDEX_ALREADY_EXIST 
INDEX_NOT_FOUND 
NOT_FOUND_IN_CONFIG 
LIST_OF_INDEXES_IS_EMPTY 
SEARCHD_ERROR 
SEARCHD_WARNING 
SEARCHD_STOPPED_PID_FILE_EXIST 
SEARCHD_STOPPED_BUT_PID_FILE_EXIST 
SEARCHD_NOT_ACTIVITY 
FIELD_NOT_FOUND_IN_CURRENT_SCHEMA 
GETTING_PARAMETERS_FAIL 
ERROR_CLEAN_DIR 
FOUND_INDEX_FILE 
REMOVE_INDEX_FILE 
REMOVE_FILE_FAIL 
OPEN_DIR_FAIL 
ERROR_GET_FILE_LIST 
ERROR_GET_INDEX_LIST 
EMPTY_DATA_DIR 
TRY_OPEN_FILE_FAIL 
TRY_USE_AS_DIRECTORY_WAS_CANCELED 
CLOSE_DIR_FAIL 
FOUND_FREE_ALLOWED_PORT 
ERROR_GET_FREE_ALLOWED_PORT 
ERROR_MAKE_CONFIG 
MAKE_DIR_FAIL 
DONT_CREATED_DIR 
FOLDER_NOT_EXIST 
FILE_NOT_EXIST 
INVALID_DATA_CONTENT 
INVALID_SCHEMA_CONTENT 
COMMAND_LINE 
INDEXATION_FAIL 
BAD_BRANCH_NAME 
MAKE_SOURCE_FAIL 
MAKE_SOURCE 
MAKE_INDEX 
RECEIVED_EMPTY_LIST_BRANCHES 

Definition at line 24 of file SphinxMessageConst.hpp.

Variable Documentation

const std::string HCE::sphinx::message_const::addFilter = "Add filter"

Definition at line 153 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::attributesCount = "ATTRIBUTES COUNT"

Definition at line 126 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::badBranchName = "Bad branch name"

Definition at line 198 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::closeDirFail = "Close dir fail"

Definition at line 185 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::commandLine = "COMMAND LINE"

Definition at line 196 of file SphinxMessageConst.hpp.

const char HCE::sphinx::message_const::delimiter = ':'

Definition at line 114 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::documentContentIsEmpty = "Document content is empty"

Definition at line 137 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::dontCreatedDir = "Don't created directory"

Definition at line 190 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::easyStartFallen = "!!! EASY START FALLEN !!!"

Definition at line 161 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::easyStartSuccess = "!!! EASY START SUCCESS !!!"

Definition at line 160 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::emptyDataDir = "Empty data dir"

Definition at line 182 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::emptyListOfindexFiles = "Empty list of index files"

Definition at line 127 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::emptyResultData = "Empty result data"

Definition at line 129 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::error = "Error"

Definition at line 131 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::errorCleanDir = "ERROR CLEAN DIR"

Definition at line 175 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::errorCode = "ErrorCode"

Definition at line 133 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::errorGetFileList = "ERROR GET FILE LIST"

Definition at line 180 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::errorGetFreeAllowedPort = "ERROR GET FREE ALLOWED PORT"

Definition at line 187 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::errorGetIndexList = "ERROR GET INDEX LIST"

Definition at line 181 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::errorMakeConfig = "ERROR MAKE CONFIG"

Definition at line 188 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::errorMsg = "ErrorMsg"

Definition at line 132 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::failedToCreateClient = "Failed to create client"

Definition at line 144 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::fieldAlreadyExist = "Field already exist"

Definition at line 162 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::fieldNotFound = "Field not found"

Definition at line 163 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::fieldNotFoundInCurrentSchema = "Field not found in current schema"

Definition at line 173 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::fileNotExist = "File not exist"

Definition at line 193 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::fileNotFound = "File not found"

Definition at line 122 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::fileNotOpen = "File not open"

Definition at line 123 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::folderNotExist = "Forder not exist"

Definition at line 192 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::foundFreeAllowedPort = "FOUND FREE ALLOWED PORT"

Definition at line 186 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::foundIndexFile = "FOUND INDEX FILE"

Definition at line 176 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::generateDefaultJSON = "Generate default JSON"

Definition at line 135 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::gettingParametersFail = "Getting parameters fail"

Definition at line 174 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::host = "HOST"

Definition at line 119 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::incorrectJSONType = "Incorrect JSON type"

Definition at line 130 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::index = "INDEX"

Definition at line 121 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::indexAlreadyExist = "Index already exist"

Definition at line 164 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::indexationFail = "Indexation fail"

Definition at line 197 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::indexName = "INDEX NAME"

Definition at line 138 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::indexNotFound = "Index not found"

Definition at line 165 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::invalidClientHandle = "Invalid client handle"

Definition at line 151 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::invalidDataContent = "Invalid data content"

Definition at line 194 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::invalidFilter = "Invalid filter"

Definition at line 152 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::invalidRangeOfFilter = "Invalid range of filter"

Definition at line 154 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::invalidSchemaContent = "Invalid schema content"

Definition at line 195 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::listOfIndexesIsEmpty = "List of indexes is empty, check initialization"

Definition at line 167 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::loadConfigFail = "LOAD CONFIG FAIL"

Definition at line 128 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::loadConfigSuccess = "LOAD CONFIG SUCCESS"

Definition at line 118 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::makeAdminCommandSuccess = "!!! MAKE ADMIN COMMAND SUCCESS !!!"

Definition at line 143 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::makeDirFail = "Make dir fail"

Definition at line 189 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::makeIndex = "MAKE INDEX"

Definition at line 201 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::makeIndexCommandSuccess = "!!! MAKE INDEX COMMAND SUCCESS !!!"

Definition at line 139 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::makeSource = "MAKE SOURCE"

Definition at line 200 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::makeSourceFail = "Make source fail"

Definition at line 199 of file SphinxMessageConst.hpp.

const std::vector<std::pair<unsigned int, std::string> > HCE::sphinx::message_const::messages

Definition at line 204 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::notFoundInConfig = "NOT FOUND IN CONFIG"

Definition at line 166 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::openConnectionError = "Open connection error"

Definition at line 159 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::openDirFail = "Open dir fail"

Definition at line 179 of file SphinxMessageConst.hpp.

const char HCE::sphinx::message_const::point = '.'

Definition at line 116 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::port = "PORT"

Definition at line 120 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::receivedEmptyCommandString = "Received empty command string"

Definition at line 141 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::receivedEmptyListOfBranches = "Received empty list of branches"

Definition at line 202 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::removeFileFail = "Remove file fail"

Definition at line 178 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::removeIndexFile = "REMOVE INDEX FILE"

Definition at line 177 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::schemaNamesSize = "SCHEMA NAMES SIZE"

Definition at line 125 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::searchdError = "SEARCHD ERROR"

Definition at line 168 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::searchdMaxMatches = "SEARCHD MAX MATCHES"

Definition at line 124 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::searchdNotActivity = "Searchd not activity"

Definition at line 172 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::searchdStoppedButPidFileExist = "Searchd stoped but pid file exist"

Definition at line 171 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::searchdStoppedPidFileExist = "Searchd stopped. Pid file exist = "

Definition at line 170 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::searchdWarning = "SEARCHD WARNING"

Definition at line 169 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::serializeOutputJsonMessage = "Serialize OutputJsonMessage"

Definition at line 134 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::serverHostIsEmpty = "Server host is empty"

Definition at line 156 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::serverPortIsNull = "Server port is null"

Definition at line 157 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::setServerSuccess = "!!! SET SERVER SUCCESS !!!"

Definition at line 158 of file SphinxMessageConst.hpp.

const char HCE::sphinx::message_const::space = ' '

Definition at line 115 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::startSearchdFail = "Start searchd fail"

Definition at line 147 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::startSearchdReadConfig = "startSearchd read config"

Definition at line 145 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::stopSearchd = "STOP SEARCHD"

Definition at line 150 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::tryEasyStart = "TRY EASY START"

Definition at line 148 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::tryMakeAdminCommand = "TRY MAKE ADMIN COMMAND"

Definition at line 140 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::tryMakeIndexCommand = "TRY MAKE INDEX COMMAND"

Definition at line 136 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::tryOpenFileFail = "Try open file fail"

Definition at line 183 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::tryUseAsDirectoryWasCanceled = "Try use as directory was canceled..."

Definition at line 184 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::unknownCommand = "Unknown command"

Definition at line 142 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::unknownFilterType = "Unknown filter type"

Definition at line 155 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::waitStartSearchd = "!!! WAIT START SEARCHD !!!"

Definition at line 146 of file SphinxMessageConst.hpp.

const std::string HCE::sphinx::message_const::waitStopSearchd = "!!! WAIT STOP SEARCHD !!!"

Definition at line 149 of file SphinxMessageConst.hpp.