All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CharData.h
Go to the documentation of this file.
1 //---------------------------------------------------------------------------------------
2 // Copyright (c) 2001-2023 by Apryse Software Inc. All Rights Reserved.
3 // Consult legal.txt regarding legal and license information.
4 //---------------------------------------------------------------------------------------
5 #ifndef PDFTRON_H_CPPPDFCharData
6 #define PDFTRON_H_CPPPDFCharData
7 
8 #include <Common/Iterator.h>
9 
10 namespace pdftron {
11  namespace PDF {
12 
42 
43  }; // namespace PDF
44 }; // namespace pdftron
45 
46 #endif // PDFTRON_H_CPPPDFCharData
Common::Iterator< TRN_CharData > CharIterator
Definition: CharData.h:41