pornsieve  0.0.0
Search porn sites and filter the results using regular expressions
pornsieve.hpp
Go to the documentation of this file.
1 /* This file is part of pornsieve.
2  * Copyright © 2021 tastytea <tastytea@tastytea.de>
3  *
4  * This program is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU Affero General Public License as published by
6  * the Free Software Foundation, version 3.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU Affero General Public License for more details.
12  *
13  * You should have received a copy of the GNU Affero General Public License
14  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15  */
16 
23 #ifndef PORNSIEVE_PORNSIEVE_HPP
24 #define PORNSIEVE_PORNSIEVE_HPP
25 
26 #include "config.hpp"
27 #include "exceptions.hpp"
28 #include "helpers.hpp"
29 #include "search.hpp"
30 #include "sources/redtube.hpp"
31 #include "version.hpp"
32 
38 namespace pornsieve
39 {
40 
52 void init();
53 
63 void cleanup();
64 
65 } // namespace pornsieve
66 
110 #endif // PORNSIEVE_PORNSIEVE_HPP
exceptions.hpp
Custom exceptions.
pornsieve
The namespace containing the pornsieve library.
Definition: config.hpp:30
config.hpp
Configuration functions.
helpers.hpp
Helper functions.
pornsieve::cleanup
void cleanup()
Global pornsieve cleanup.
Definition: pornsieve.cpp:36
redtube.hpp
RedTube API.
search.hpp
Types for search functions.
pornsieve::init
void init()
Global pornsieve initialization.
Definition: pornsieve.cpp:26