![]() |
00001 //--------------------------------------------------------------------------------------- 00002 // Copyright (c) 2001-2010 by PDFTron Systems Inc. All Rights Reserved. 00003 // Consult legal.txt regarding legal and license information. 00004 //--------------------------------------------------------------------------------------- 00005 00006 #ifndef H_CPPPDFCharData 00007 #define H_CPPPDFCharData 00008 00009 #include <Common/Iterator.h> 00010 00011 namespace pdftron { 00012 namespace PDF { 00013 00042 typedef Common::Iterator<TRN_CharData> CharIterator; 00043 00044 }; // namespace PDF 00045 }; // namespace pdftron 00046 00047 00048 #endif // H_CPPPDFCharData 00049