Loading...
Searching...
No Matches
tmarshaling.hpp File Reference
#include "core/builtin/scalar.hpp"
#include "core/internal/coreInternal.hpp"

Go to the source code of this file.

Classes

struct  by::marshalErr
 
struct  by::tmarshaling< T, isNode >
 Template marshaling interface for C++ bridge. More...
 
struct  by::tmarshaling< tweak< T, TACTIC >, true >
 
struct  by::tmarshaling< tstr< T, TACTIC >, true >
 
struct  by::tmarshaling< node &, true >
 
struct  by::tmarshaling< node *, true >
 
struct  by::tmarshaling< T &, true >
 
struct  by::tmarshaling< T *, true >
 
struct  by::tmarshaling< T, true >
 
struct  by::tnormalMarshaling< tnativeType, tmarshalType >
 Normal marshaling for primitive types. More...
 
struct  by::tnormalMarshaling< char, nStr >
 
struct  by::tnormalMarshaling< const char *, nStr >
 
struct  by::tnormalMarshaling< void, nVoid >
 Void marshaling specialization. More...
 
struct  by::tmarshaling< nint, false >
 
struct  by::tmarshaling< nint &, false >
 
struct  by::tmarshaling< const nint &, false >
 
struct  by::tmarshaling< nbool, false >
 
struct  by::tmarshaling< nflt, false >
 
struct  by::tmarshaling< nchar, false >
 
struct  by::tmarshaling< nchar *, false >
 
struct  by::tmarshaling< const nchar *, false >
 
struct  by::tmarshaling< std::string, false >
 
struct  by::tmarshaling< std::string &, false >
 
struct  by::tmarshaling< const std::string &, false >
 
struct  by::tmarshaling< const std::string, false >
 
struct  by::tmarshaling< void, false >
 
struct  by::tmarshaling< T, false >
 
struct  by::tmarshaling< T &, false >
 
struct  by::tmarshaling< T *, false >
 
struct  by::tmarshaling< tarr< T, E >, true >
 
to Top