Loading...
Searching...
No Matches
CharData.h
Go to the documentation of this file.
1
//---------------------------------------------------------------------------------------
2
// Copyright (c) 2001-2025 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:21
pdftron::PDF
Definition
Action.h:15
pdftron::PDF::CharIterator
Common::Iterator< TRN_CharData > CharIterator
Definition
CharData.h:41
pdftron
Definition
BasicTypes.h:10