|
HDK
|
Include dependency graph for Document.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Document |
Typedefs | |
| using | DocumentPtr = shared_ptr< Document > |
| A shared pointer to a Document. More... | |
| using | ConstDocumentPtr = shared_ptr< const Document > |
| A shared pointer to a const Document. More... | |
The top-level Document class
Definition in file Document.h.
| using ConstDocumentPtr = shared_ptr<const Document> |
A shared pointer to a const Document.
Definition at line 24 of file Document.h.
| using DocumentPtr = shared_ptr<Document> |
A shared pointer to a Document.
Definition at line 22 of file Document.h.