NotesBaseEntry & operator=(const NotesBaseEntry &other)
operator =
NotesBaseEntry()
NotesBaseEntry constructor.
NotesBaseEntry(const std::string &collection_name, const std::filesystem::path &book_file_full_path, const std::string &book_path)
NotesBaseEntry constructor.
bool operator==(const NotesBaseEntry &other) const
operator ==
NotesBaseEntry(const NotesBaseEntry &other)
NotesBaseEntry copy constructor.
std::filesystem::path note_file_full_path
Absolute path to note file.
Definition NotesBaseEntry.h:93
std::string book_path
Relative path to book in file (in case of archive, empty otherwise).
Definition NotesBaseEntry.h:88
std::filesystem::path book_file_full_path
Absolute path to book file.
Definition NotesBaseEntry.h:82
NotesBaseEntry(NotesBaseEntry &&other)
NotesBaseEntry move constructor.
NotesBaseEntry & operator=(NotesBaseEntry &&other)
operator =
std::string collection_name
Collection name.
Definition NotesBaseEntry.h:77