|
SOMHunter Core
|

Functions | |
| template<typename _ElemType > | |
| std::vector< _ElemType > | from_JSON_array (json::value x) |
| template<typename _ElemType > | |
| std::vector< _ElemType > | from_double_array (json::value x) |
| json::value | to_QueryFilters (Somhunter *, const SearchContext &search_ctx) |
| OpenAPI: QueryFilters. More... | |
| json::value | to_FrameReference (Somhunter *, const VideoFrame *p_frame, const LikesCont &likes, const BookmarksCont &_bookmarks, const ScreenVideosCont &_videos_seen, const std::string &path_prefix) |
| OpenAPI: FrameReference. More... | |
| json::value | canvas_to_json (const CanvasSubqueryBitmap &q) |
| json::value | canvas_to_json (const CanvasSubqueryText &q) |
| json::value | to_SearchContext (Somhunter *p_core, const UserContext &ctx) |
| json::value | to_HistoryArray (Somhunter *, const std::vector< SearchContext > &_history) |
| json::value | to_Response__User__Context__Get (Somhunter *p_core, const UserContext &ctx) |
| OpenAPI: Response__User__Context__Get. More... | |
| json::value | to_Response__GetTopScreen__Post (Somhunter *p_core, const GetDisplayResult &res, size_t page_num, const std::string &type, const std::string &path_prefix) |
| OpenAPI: Response__GetTopScreen__Post. More... | |
| json::value | to_Response__GetDetailScreen__Post (Somhunter *p_core, const GetDisplayResult &res, size_t page_num, const std::string &, const std::string &path_prefix) |
| json::value | to_Response__GetAutocompleteResults__Get (Somhunter *, const std::vector< const Keyword * > &kws, size_t example_count, const std::string &path_prefix) |
| json::value | to_Response__Rescore__Post (Somhunter *p_core, const RescoreResult &rescore_res) |
| void | handle_options (http_request request) |
| json::value canvas_to_json | ( | const CanvasSubqueryBitmap & | q | ) |

| json::value canvas_to_json | ( | const CanvasSubqueryText & | q | ) |

| std::vector<_ElemType> from_double_array | ( | json::value | x | ) |
| std::vector<_ElemType> from_JSON_array | ( | json::value | x | ) |
| void handle_options | ( | http_request | request | ) |
| json::value to_FrameReference | ( | Somhunter * | , |
| const VideoFrame * | p_frame, | ||
| const LikesCont & | likes, | ||
| const BookmarksCont & | _bookmarks, | ||
| const ScreenVideosCont & | _videos_seen, | ||
| const std::string & | path_prefix | ||
| ) |
OpenAPI: FrameReference.
| json::value to_HistoryArray | ( | Somhunter * | , |
| const std::vector< SearchContext > & | _history | ||
| ) |
| json::value to_QueryFilters | ( | Somhunter * | , |
| const SearchContext & | search_ctx | ||
| ) |
OpenAPI: QueryFilters.
| json::value to_Response__GetAutocompleteResults__Get | ( | Somhunter * | , |
| const std::vector< const Keyword * > & | kws, | ||
| size_t | example_count, | ||
| const std::string & | path_prefix | ||
| ) |
| json::value to_Response__GetDetailScreen__Post | ( | Somhunter * | p_core, |
| const GetDisplayResult & | res, | ||
| size_t | page_num, | ||
| const std::string & | , | ||
| const std::string & | path_prefix | ||
| ) |

| json::value to_Response__GetTopScreen__Post | ( | Somhunter * | p_core, |
| const GetDisplayResult & | res, | ||
| size_t | page_num, | ||
| const std::string & | type, | ||
| const std::string & | path_prefix | ||
| ) |
OpenAPI: Response__GetTopScreen__Post.

| json::value to_Response__Rescore__Post | ( | Somhunter * | p_core, |
| const RescoreResult & | rescore_res | ||
| ) |

| json::value to_Response__User__Context__Get | ( | Somhunter * | p_core, |
| const UserContext & | ctx | ||
| ) |
OpenAPI: Response__User__Context__Get.

| json::value to_SearchContext | ( | Somhunter * | p_core, |
| const UserContext & | ctx | ||
| ) |
