|
ProteoWizard
|
#include <gcroot.h>Go to the source code of this file.
Classes | |
| struct | msclr::pinned_gcroot< T > |
| pinned_gcroot: a slightly modified gcroot that pins its GCHandle More... | |
Namespaces | |
| msclr | |
Macros | |
| #define | __GCHANDLE_TO_VOIDPTR(x) ((GCHandle::op_Explicit(x)).ToPointer()) |
| #define | __VOIDPTR_TO_GCHANDLE(x) (GCHandle::op_Explicit(x)) |
| #define | __NULLPTR 0 |
Functions | |
| template<typename T > | |
| void | msclr::swap (pinned_gcroot< T > &_left, pinned_gcroot< T > &_right) |
Definition at line 20 of file pinned_gcroot.h.
Referenced by msclr::pinned_gcroot< T >::pinned_gcroot().
Definition at line 21 of file pinned_gcroot.h.
Referenced by msclr::pinned_gcroot< T >::operator &(), msclr::pinned_gcroot< T >::operator T(), msclr::pinned_gcroot< T >::operator->(), msclr::pinned_gcroot< T >::operator=(), msclr::pinned_gcroot< T >::pinned_gcroot(), and msclr::pinned_gcroot< T >::~pinned_gcroot().
| #define __NULLPTR 0 |
Definition at line 22 of file pinned_gcroot.h.
Referenced by msclr::pinned_gcroot< T >::pinned_gcroot().
1.8.13