HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Document.h File Reference
+ 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...
 

Detailed Description

The top-level Document class

Definition in file Document.h.

Typedef Documentation

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.