|
ProteoWizard
|
pinned_gcroot: a slightly modified gcroot that pins its GCHandle More...
#include <pinned_gcroot.h>
Public Types | |
| typedef System::Runtime::InteropServices::GCHandle | GCHandle |
| typedef System::Runtime::InteropServices::GCHandleType | GCHandleType |
Public Member Functions | |
| pinned_gcroot () | |
| pinned_gcroot (T t) | |
| pinned_gcroot (const pinned_gcroot &r) | |
| ~pinned_gcroot () | |
| pinned_gcroot & | operator= (T t) |
| pinned_gcroot & | operator= (const pinned_gcroot &r) |
| void | swap (pinned_gcroot< T > &_right) |
| operator T () const | |
| T | operator-> () const |
| System::IntPtr | operator& () const |
| void * | handle () const |
Private Attributes | |
| void * | _handle |
pinned_gcroot: a slightly modified gcroot that pins its GCHandle
Definition at line 31 of file pinned_gcroot.h.
| typedef System::Runtime::InteropServices::GCHandle msclr::pinned_gcroot< T >::GCHandle |
Definition at line 33 of file pinned_gcroot.h.
| typedef System::Runtime::InteropServices::GCHandleType msclr::pinned_gcroot< T >::GCHandleType |
Definition at line 34 of file pinned_gcroot.h.
|
inline |
Definition at line 41 of file pinned_gcroot.h.
References __GCHANDLE_TO_VOIDPTR, __NULLPTR, and msclr::pinned_gcroot< T >::_handle.
|
inline |
Definition at line 48 of file pinned_gcroot.h.
References __GCHANDLE_TO_VOIDPTR, and msclr::pinned_gcroot< T >::_handle.
|
inline |
Definition at line 52 of file pinned_gcroot.h.
References __GCHANDLE_TO_VOIDPTR, __VOIDPTR_TO_GCHANDLE, and msclr::pinned_gcroot< T >::_handle.
|
inline |
Definition at line 64 of file pinned_gcroot.h.
References __VOIDPTR_TO_GCHANDLE, and msclr::pinned_gcroot< T >::_handle.
|
inline |
Definition at line 72 of file pinned_gcroot.h.
References __VOIDPTR_TO_GCHANDLE, and msclr::pinned_gcroot< T >::_handle.
|
inline |
Definition at line 78 of file pinned_gcroot.h.
References __VOIDPTR_TO_GCHANDLE, and msclr::pinned_gcroot< T >::_handle.
|
inline |
Definition at line 85 of file pinned_gcroot.h.
References msclr::pinned_gcroot< T >::_handle, and msclr::swap().
Referenced by msclr::swap().
|
inline |
Definition at line 93 of file pinned_gcroot.h.
References __VOIDPTR_TO_GCHANDLE, and msclr::pinned_gcroot< T >::_handle.
|
inline |
Definition at line 101 of file pinned_gcroot.h.
References __VOIDPTR_TO_GCHANDLE, and msclr::pinned_gcroot< T >::_handle.
|
inline |
Definition at line 106 of file pinned_gcroot.h.
References __VOIDPTR_TO_GCHANDLE, and msclr::pinned_gcroot< T >::_handle.
|
inline |
Definition at line 110 of file pinned_gcroot.h.
References msclr::pinned_gcroot< T >::_handle.
|
private |
Definition at line 121 of file pinned_gcroot.h.
Referenced by msclr::pinned_gcroot< T >::handle(), msclr::pinned_gcroot< T >::operator T(), msclr::pinned_gcroot< T >::operator&(), msclr::pinned_gcroot< T >::operator->(), msclr::pinned_gcroot< T >::operator=(), msclr::pinned_gcroot< T >::pinned_gcroot(), msclr::pinned_gcroot< T >::swap(), and msclr::pinned_gcroot< T >::~pinned_gcroot().