--- 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 ---

These "glue" classes are provided to make it easier to use XPCOM from C++ code. When these classes are used by a component, you may need to link the component against the XPCOM glue library.

nsCOMPtr
このユーティリティクラスは、 C++ のコードからの XPCOM インタフェースの参照の管理をシンプルにします。