InternableComplexAttr.h
1
// Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved.
3
//
4
// This file is part of Aspose.Words. The source code in this file
5
// is only intended as a supplement to the documentation, and is provided
6
// "as is", without warranty of any kind, either expressed or implied.
9
#pragma once
10
11
#include <system/object.h>
12
13
#include <Aspose.Words.Cpp/aspose_words_api_defs.h>
14
15
namespace
Aspose
{
16
17
namespace
Words
{
18
21
class
ASPOSE_WORDS_SHARED_CLASS
InternableComplexAttr
:
public
virtual
System::Object
22
{
23
typedef
InternableComplexAttr
ThisType
;
24
typedef
System::Object
BaseType
;
25
26
typedef ::System::BaseTypesInfo<BaseType>
ThisTypeBaseTypesInfo
;
27
ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
28
29
protected
:
30
31
private
:
32
33
System::WeakPtr<System::Object>
mField0;
34
35
};
36
37
}
38
}