remwharead
0.6.3
|
Describes a database entry. More...
#include <sqlite.hpp>
Public Member Functions | |
const string | fulltext_oneline () const |
The full text in one line. More... | |
Public Attributes | |
string | uri |
string | archive_uri |
time_point | datetime |
vector< string > | tags |
string | title |
string | description |
string | fulltext |
Friends | |
bool | operator== (const Database::entry &a, const Database::entry &b) |
Returns true if date and time are equal. More... | |
Describes a database entry.
const string remwharead::Database::entry::fulltext_oneline | ( | ) | const |
|
friend |