|
RADLib
RADical C++ application framework
|
One persisted bookmark entry. More...
#include <RADWeb.h>
Public Attributes | |
| int64_t | id = 0 |
| Database id for removal/update. More... | |
| std::string | url |
| Bookmarked URL. More... | |
| std::string | title |
| Bookmark display title. More... | |
| int64_t | createdUnixMs = 0 |
| Creation time in Unix milliseconds. More... | |
One persisted bookmark entry.
| int64_t RADWeb::RADWebBookmark::createdUnixMs = 0 |
Creation time in Unix milliseconds.
| int64_t RADWeb::RADWebBookmark::id = 0 |
Database id for removal/update.
| std::string RADWeb::RADWebBookmark::title |
Bookmark display title.
| std::string RADWeb::RADWebBookmark::url |
Bookmarked URL.