IStringOutputGenerator.h
1 #pragma once
2 // Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
3 
4 #include <system/object.h>
5 
6 #include "Aspose.PDF.Cpp/aspose_pdf_api_defs.h"
7 
8 namespace Aspose
9 {
10 namespace Pdf
11 {
12 namespace Comparison
13 {
14 namespace Diff
15 {
16 class DiffOperation;
17 } // namespace Diff
18 } // namespace Comparison
19 } // namespace Pdf
20 } // namespace Aspose
21 namespace System
22 {
23 namespace Collections
24 {
25 namespace Generic
26 {
27 template <typename> class List;
28 } // namespace Generic
29 } // namespace Collections
30 class String;
31 } // namespace System
32 
33 namespace Aspose {
34 
35 namespace Pdf {
36 
37 namespace Comparison {
38 
39 namespace OutputGenerator {
40 
44 class ASPOSE_PDF_SHARED_CLASS IStringOutputGenerator : public virtual System::Object
45 {
47  typedef System::Object BaseType;
48 
49  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
50  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
51 
52 public:
53 
66 
67 };
68 
69 } // namespace OutputGenerator
70 } // namespace Comparison
71 } // namespace Pdf
72 } // namespace Aspose
73 
74 
String class used across the library. Is a substitute for C# System.String when translating code...
Definition: string.h:121
class ASPOSECPP_SHARED_CLASS List
Definition: ienumerable.h:17
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:64
Definition: Artifact.h:71
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: SideBySidePdfComparer.h:24
Definition: AFRelationship.h:4
Represents an interface for generating output to a string of differences between texts.
Definition: IStringOutputGenerator.h:44
List forward declaration.
Definition: Artifact.h:78
Whole PDF file will be submitted.