Main Page
Namespaces
Classes
Files
File List
File Members
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-2024 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
41
typedef
Common::Iterator<TRN_CharData>
CharIterator
;
42
43
};
// namespace PDF
44
};
// namespace pdftron
45
46
#endif // PDFTRON_H_CPPPDFCharData
Iterator.h
pdftron::Common::Iterator
Definition:
Iterator.h:20
pdftron::PDF::CharIterator
Common::Iterator< TRN_CharData > CharIterator
Definition:
CharData.h:41