Loading...
Searching...
No Matches
by::tnormalMarshaling< tnativeType, tmarshalType > Struct Template Reference

Normal marshaling for primitive types. More...

#include <tmarshaling.hpp>

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

Public Types

typedef tmarshalType mgd
 
typedef tnativeType native
 

Static Public Member Functions

static native toNative (node &it)
 
static str toMgd (native it)
 
static const mgdonAddParam ()
 
static const mgdonGetRet ()
 
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 script primitive types.


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