diff --git a/docs/adoc_8hpp_source.html b/docs/adoc_8hpp_source.html index d73b89e..09f70c5 100644 --- a/docs/adoc_8hpp_source.html +++ b/docs/adoc_8hpp_source.html @@ -73,7 +73,7 @@ $(function() {
s |
d |
b |
d |
u |
h |
u |
h |
Describes a database entry.
+Connects to the database and creates it if necessary.
-Returns true if connected to the database.
- +
+ remwharead
+ 0.6.3
+
+ |
+
This is the complete list of members for remwharead::Search, including all inherited members.
+Search(const vector< Database::entry > &entries) | remwharead::Search | explicit |
search_all(string expression, const bool is_re) const | remwharead::Search | |
search_tags(string expression, const bool is_re) const | remwharead::Search |
+ remwharead
+ 0.6.3
+
+ |
+
Search in database entries. + More...
+ +#include <remwharead/search.hpp>
+Public Member Functions | |
Search (const vector< Database::entry > &entries) | |
Defines the entries to search. More... | |
const vector< Database::entry > | search_tags (string expression, const bool is_re) const |
Search in tags of database entries. More... | |
const vector< Database::entry > | search_all (string expression, const bool is_re) const |
Search in full text of database entries. More... | |
Search in database entries.
+
+
|
+ +explicit | +
const vector< DB::entry > remwharead::Search::search_all | +( | +string | +expression, | +
+ | + | const bool | +is_re | +
+ | ) | +const | +
Search in full text of database entries.
+Searches in tags, title, description and full text.
+entries | Vector of Database::entry to search. |
expression | Search expression. |
is_re | Is it a regular expression? |
const vector< DB::entry > remwharead::Search::search_tags | +( | +string | +expression, | +
+ | + | const bool | +is_re | +
+ | ) | +const | +
Search in tags of database entries.
+Only matches whole tags, Pill does not match Pillow.
+expression | Search expression. |
is_re | Is it a regular expression? |
This is the complete list of members for remwharead::URI, including all inherited members.
_uri (defined in remwharead::URI) | remwharead::URI | protected |
archive() | remwharead::URI | |
archive() | remwharead::URI | |
extract_description(const string &html) | remwharead::URI | protected |
extract_title(const string &html) | remwharead::URI | protected |
get() | remwharead::URI | |
make_request(const string &uri) const | remwharead::URI | protected |
make_request(const string &uri, bool archive=false) const | remwharead::URI | protected |
remove_html_tags(const string &html, const string &tag="") | remwharead::URI | protected |
remove_newlines(string text) | remwharead::URI | protected |
strip_html(const string &html) | remwharead::URI | protected |
unescape_html(const string &html) | remwharead::URI | protected |
URI(const string &uri) | remwharead::URI | explicit |
~URI() (defined in remwharead::URI) | remwharead::URI | |
~URI() (defined in remwharead::URI) | remwharead::URI | virtual |
Protected Member Functions | ||||||
const string | make_request (const string &uri) const | |||||
Make a HTTP(S) request. More... | ||||||
const string | make_request (const string &uri, bool archive=false) const | |||||
Make a HTTP(S) request. More... | ||||||
const string | extract_title (const string &html) | |||||
Extract the title from an HTML page. More... | ||||||
_uri |
const string remwharead::URI::archive | +const archive_answer remwharead::URI::archive | ( | ) | @@ -172,7 +174,8 @@ string | _uri | _uri | _uri | _uri | _uri | const string remwharead::URI::make_request | ( | const string & | -uri | ) | -const | +uri, | + +
+ | + | bool | +archive = false |
+ |||
+ | ) | +const |
Make a HTTP(S) request.
-html | HTML page. |
tag | If set, only remove this tag. |
tag | If set, only remove this tag. |
Replace newlines with spaces.
-Removes HTML tags and superflous spaces from an HTML page.
-Convert HTML entities to UTF-8.
-Files | ||
file | search.hpp [code] | |
file | time.hpp [code] | |
file | types.hpp [code] | |
export.hpp | ||
simple.hpp | ||
remwharead.hpp | ||
search.hpp | ||
search.hpp | ||
sqlite.hpp | ||
time.hpp | ||
types.hpp |
Cremwharead::Database | Store and retrieve files from/to SQLite |
Cremwharead::Database::entry | Describes a database entry |
▼Cremwharead::Export::ExportBase | Base class for exports |
Cremwharead::Export::AsciiDoc | Export as AsciiDoc document |
Cremwharead::Export::Bookmarks | Export as Netscape bookmark file |
Cremwharead::Export::CSV | Export as Comma Separated Values |
Cremwharead::Export::Simple | Export as simple list |
Cremwharead::html_extract | A processed HTML page |
Cremwharead::URI | Download, archive and process an URI |
Cremwharead::archive_answer | The result of the call to the archive service |
Cremwharead::Database | Store and retrieve files from/to SQLite |
Cremwharead::Database::entry | Describes a database entry |
▼Cremwharead::Export::ExportBase | Base class for exports |
Cremwharead::Export::AsciiDoc | Export as AsciiDoc document |
Cremwharead::Export::Bookmarks | Export as Netscape bookmark file |
Cremwharead::Export::CSV | Export as Comma Separated Values |
Cremwharead::Export::Simple | Export as simple list |
Cremwharead::html_extract | A processed HTML page |
Cremwharead::Search | Search in database entries |
Cremwharead::URI | Download, archive and process an URI |
Describes a database entry. More...
-#include <sqlite.hpp>
#include <remwharead/sqlite.hpp>
Public Member Functions |
Describes a database entry.
+The full text in one line.
-Returns true if date and time are equal.
- +
+ remwharead
+ 0.6.3
+
+ |
+
This is the complete list of members for remwharead::archive_answer, including all inherited members.
+error (defined in remwharead::archive_answer) | remwharead::archive_answer | |
operator bool() (defined in remwharead::archive_answer) | remwharead::archive_answer | |
successful (defined in remwharead::archive_answer) | remwharead::archive_answer | |
uri (defined in remwharead::archive_answer) | remwharead::archive_answer |
+ remwharead
+ 0.6.3
+
+ |
+
The result of the call to the archive service. + More...
+ +#include <remwharead/uri.hpp>
+Public Member Functions | |
+ | operator bool () |
+Public Attributes | |
+bool | successful = false |
+string | error |
+string | uri |
The result of the call to the archive service.
+This is the complete list of members for remwharead::html_extract, including all inherited members.
description (defined in remwharead::html_extract) | remwharead::html_extract | |
fulltext (defined in remwharead::html_extract) | remwharead::html_extract | |
title (defined in remwharead::html_extract) | remwharead::html_extract | |
error (defined in remwharead::html_extract) | remwharead::html_extract | |
fulltext (defined in remwharead::html_extract) | remwharead::html_extract | |
operator bool() (defined in remwharead::html_extract) | remwharead::html_extract | |
successful (defined in remwharead::html_extract) | remwharead::html_extract | |
title (defined in remwharead::html_extract) | remwharead::html_extract |
A processed HTML page. More...
-#include <uri.hpp>
#include <remwharead/uri.hpp>
+Public Member Functions | |
+ | operator bool () |
Public Attributes | |
+bool | successful = false |
+string | error |
string | title |
fulltext |
A processed HTML page.
-