InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
InterfacePtr< IDVPlatformOffscreen > Class Template Reference

#include <IDVPlatformOffscreen.h>

Public Member Functions

 InterfacePtr (IDVPlatformOffscreen *pFace)
 
 ~InterfacePtr ()
 
 operator IDVPlatformOffscreen * () const
 
IDVPlatformOffscreenoperator-> () const
 

Detailed Description

template<>
class InterfacePtr< IDVPlatformOffscreen >

Template class for the refcounted IDVPlatformOffscreen class for cleaning

up the syntax of IDVPlatformOffscreen implementations. Third parties need not worry about this class.

Constructor & Destructor Documentation

Note: Constructing an InterfacePtr from an existing, "real" interface pointer implies the InterfacePtr now owns the reference that was held by the real pointer.