by::tnormalMarshaling< tnativeType, tmarshalType > Struct Template Reference

Normal marshaling for primitive types. More...

#include <tmarshaling.hpp>

Inheritance diagram for by::tnormalMarshaling< tnativeType, tmarshalType >:
by::metaIf

Public Types

typedef tmarshalType mgd
 
typedef tnativeType native
 
- Public Types inherited from by::metaIf
typedef short yes
 
typedef char no
 

Static Public Member Functions

static native toNative (node &it)
 
static str toMgd (native it)
 
static const mgd & onAddParam ()
 
static const mgd * onGetRet ()
 
static yes canMarshal ()
 

Detailed Description

template<typename tnativeType, typename tmarshalType>
struct by::tnormalMarshaling< tnativeType, tmarshalType >

Normal marshaling for primitive types.

Template for marshaling between native and managed primitive types.


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