blob: 92f0a47369a8443b9a6aa6a114999ed8eaa958a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
title: XPCOM glue classes
slug: Mozilla/Tech/XPCOM/Reference/Glue_classes
tags:
- Classes
- Landing
- NeedsTranslation
- TopicStub
- XPCOM
translation_of: Mozilla/Tech/XPCOM/Reference/Glue_classes
---
<p><span class="seoSummary">These "glue" classes are provided to make it easier to use XPCOM from C++ code.</span> When these classes are used by a component, you may need to link the component against the XPCOM glue library.</p>
<p></p><div class="row topicpage-table">
<div class="section"><dl><dl><dt></dt></dl></dl></div>
<div class="section"><dl><dt class="landingPageList"><a href="/zh-CN/docs/Mozilla/Tech/XPCOM/Reference/Glue_classes/nsCOMPtr">使用nsCOMPtr</a></dt><dd class="landingPageList">这篇文档是对nsCOMPtr的一个总述。如果您所遇到的问题,无法在该文档中找到答案,可能就没有其他文档可以回答它了。您需要求助于XPCOM新闻组或者有nsCOMPtr使用经验的人来求解,或者根据自己的试验获取答案。</dd></dl></div>
</div><p></p>
|