library_entry
internals
The library_entry
class holds a pointer to a class derived from
library_entry::impl
which reads data from a particular library entry.
This constructor initialises the
library_entry
with aNULL
library_entry::impl
pointer. It is undefined behaviour to call any accessor functions on a default constructedlibrary_entry
.