STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Macros | Functions
marshal_cppstd.h File Reference
#include <string>
#include <vector>
#include <vcclr.h>
#include "marshal.h"

Go to the source code of this file.

Namespaces

 msclr
 
 msclr::interop
 

Macros

#define _INC_MSCLR_MARSHAL_CPPSTD
 

Functions

template<>
System::String msclr::interop::marshal_as (const std::string &_from_obj)
 
template<>
std::string msclr::interop::marshal_as (System::String^const &_from_obj)
 
template<>
System::String msclr::interop::marshal_as (const std::wstring &_from_obj)
 
template<>
std::wstring msclr::interop::marshal_as (System::String^const &_from_obj)
 

Macro Definition Documentation

#define _INC_MSCLR_MARSHAL_CPPSTD