MarlinMT  0.1.0
marlinmt::book::BookStore::Identifier Class Reference

holds references for identify an entry. More...

Classes

struct  Hash
 Functor for hashing Identifier. More...
 

Public Member Functions

 Identifier (std::filesystem::path path)
 
bool operator== (const Identifier &id) const
 

Private Attributes

std::filesystem::path _path
 

Detailed Description

holds references for identify an entry.

Definition at line 103 of file BookStore.h.

Constructor & Destructor Documentation

◆ Identifier()

marlinmt::book::BookStore::Identifier::Identifier ( std::filesystem::path  path)
inlineexplicit

Definition at line 110 of file BookStore.h.

Member Function Documentation

◆ operator==()

bool marlinmt::book::BookStore::Identifier::operator== ( const Identifier id) const
inline

Definition at line 113 of file BookStore.h.

Member Data Documentation

◆ _path

std::filesystem::path marlinmt::book::BookStore::Identifier::_path
private

Definition at line 118 of file BookStore.h.


The documentation for this class was generated from the following file: