#include "core/ast/args.hpp"#include "core/ast/baseFunc.hpp"#include "core/ast/params.hpp"#include "core/ast/src/dumSrc.hpp"#include "core/type/funcType.hpp"Go to the source code of this file.
Classes | |
| class | by::tbaseBridgeFunc< Ret, T, Marshaling, Args > |
| Base bridge function template. More... | |
| class | by::tbridgeFunc< Ret, T, isBaseObj, Marshaling, Args > |
| class | by::tbridgeFunc< void, T, false, Marshaling, Args... > |
| class | by::tbridgeFunc< void, T, true, Marshaling, Args... > |
| class | by::tbridgeFunc< Ret, T, true, Marshaling, Args... > |