Template marshaling interface for C++ bridge. More...
#include <tmarshaling.hpp>
Public Types | |
| typedef T | mgd |
Public Types inherited from by::metaIf | |
| typedef short | yes |
| typedef char | no |
Static Public Member Functions | |
| template<typename E > | |
| static str | toMgd (E &it) |
| static T & | toNative (const str &it) |
| static const mgd & | onAddParam () |
| static const mgd * | onGetRet () |
| static no | canMarshal () |
Template marshaling interface for C++ bridge.
Base template for marshaling between byeol and C++ types with specializations.