pornsieve  0.0.0
Search porn sites and filter the results using regular expressions
Classes | Namespaces | Enumerations
search.hpp File Reference

Types for search functions. More...

#include <chrono>
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for search.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pornsieve::search_result
 Search results. More...
 
struct  pornsieve::search_result::item
 A single search result item. More...
 

Namespaces

 pornsieve
 The namespace containing the pornsieve library.
 

Enumerations

enum  pornsieve::result_order {
  none, newest, mostviewed, rating,
  longest, shortest, popular, popular_week,
  popular_month
}
 Order of the search results. More...
 
enum  pornsieve::media_type { video }
 Which type of media to search for. More...
 

Detailed Description

Types for search functions.