mirror of https://github.com/kiwix/libkiwix.git
While it was "ok" to store raw pointer as, in our use case, the library always live longer than object using it; it is not safe to store raw pointer on object than may be deleted. All classes storing a library now store a shared_ptr. Functionr only using the library (as `HumanReadableNameMapper`) continue to use a (const) reference. |
||
---|---|---|
.. | ||
book.h | ||
bookmark.h | ||
common.h | ||
downloader.h | ||
kiwix.h | ||
kiwixserve.h | ||
library.h | ||
libxml_dumper.h | ||
manager.h | ||
meson.build | ||
name_mapper.h | ||
opds_catalog.h | ||
opds_dumper.h | ||
search_renderer.h | ||
server.h | ||
tools.h | ||
version.h |