STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Attributes | List of all members
__abi_dtor_helper Struct Reference

#include <vccorlib.h>

Public Member Functions

 __declspec (non_user_code) __abi_dtor_helper(const volatile
 
 __declspec (non_user_code)~__abi_dtor_helper()
 

Private Attributes

__abi_IUnknown * __pUnknown
 

Member Function Documentation

__abi_dtor_helper::__declspec ( non_user_code  ) const volatile
inline
438  {
439  __pUnknown = reinterpret_cast<__abi_IUnknown*>(const_cast< ::Platform::Object^>(__objArg));
440  }
const volatile T __objArg
Definition: vccorlib.h:429
__abi_IUnknown * __pUnknown
Definition: vccorlib.h:436
__abi_dtor_helper::__declspec ( non_user_code  )
inline
441  {
442  if (__pUnknown) {
443  __pUnknown->__abi_Release();
444  }
445  }
__abi_IUnknown * __pUnknown
Definition: vccorlib.h:436

Member Data Documentation

__abi_IUnknown* __abi_dtor_helper::__pUnknown
private

The documentation for this struct was generated from the following file: