STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Macros | Functions
gcroot.h File Reference
#include <stddef.h>
#include <msclr/gcroot.h>

Go to the source code of this file.

Classes

struct  msclr::gcroot< T >
 

Namespaces

 msclr
 

Macros

#define _INC_GCROOT
 
#define __DEFINE_GCROOT_IN_GLOBAL_NAMESPACE
 
#define _INC_MSCLR_GCROOT
 
#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 (gcroot< T > &_left, gcroot< T > &_right)
 

Macro Definition Documentation

#define __DEFINE_GCROOT_IN_GLOBAL_NAMESPACE
#define __GCHANDLE_TO_VOIDPTR (   x)    ((GCHandle::op_Explicit(x)).ToPointer())
#define __NULLPTR   0
#define __VOIDPTR_TO_GCHANDLE (   x)    (GCHandle::op_Explicit(x))
#define _INC_GCROOT
#define _INC_MSCLR_GCROOT