|
libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
|
Classes | |
| struct | Create_new |
| struct | Internal |
Public Member Functions | |
| Document_catalog (Create_new const &, Document &) | |
| Constructor. | |
| ~Document_catalog () noexcept | |
| Destructor. | |
| Document & | document () |
| Access the parent document. | |
| Document const & | document () const |
| Access the parent document. | |
| Page_tree & | pages () |
| Access the page tree. | |
Static Public Attributes | |
| static constexpr Create_new const | create_new {} |
Private Member Functions | |
| Document_catalog (Document_catalog const &)=delete | |
| Document_catalog (Document_catalog &&)=delete | |
| Document_catalog & | operator= (Document_catalog const &)=delete |
| Document_catalog & | operator= (Document_catalog &&)=delete |
Private Attributes | |
| unique_ptr< Internal > | internal |
| Art::Paperback::Internals::Document_catalog::Document_catalog | ( | Create_new const & | , |
| Document & | document ) |
Constructor.
|
noexcept |
Destructor.
| Document & Art::Paperback::Internals::Document_catalog::document | ( | ) |
Access the parent document.
| Document const & Art::Paperback::Internals::Document_catalog::document | ( | ) | const |
Access the parent document.
| Page_tree & Art::Paperback::Internals::Document_catalog::pages | ( | ) |
Access the page tree.