Describes a database entry.
More...
#include <remwharead/sqlite.hpp>
|
string | uri |
|
string | archive_uri |
|
time_point | datetime |
|
vector< string > | tags |
|
string | title |
|
string | description |
|
string | fulltext |
|
Describes a database entry.
- Since
- 0.6.0
◆ fulltext_oneline()
string remwharead::Database::entry::fulltext_oneline |
( |
| ) |
const |
The full text in one line.
- Since
- 0.6.0
75 string oneline = fulltext;
77 while ((pos = oneline.find(
'\n', pos)) != string::npos)
79 oneline.replace(pos, 1,
"\\n");
◆ operator==
Returns true if date and time are equal.
- Since
- 0.6.0
70 return (a.datetime == b.datetime);
The documentation for this struct was generated from the following files: