MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / allow_raw_pointers

Class allow_raw_pointers

system/include/emscripten/wire.h:539–545  ·  view source on GitHub ↗

allow all raw pointers

Source from the content-addressed store, hash-verified

537
538// allow all raw pointers
539struct allow_raw_pointers {
540 template<typename InputType, int Index>
541 struct Transform : internal::RawPointerTransformer<
542 InputType,
543 true
544 > {};
545};
546
547struct async {
548 template<typename InputType, int Index>

Callers 12

EMSCRIPTEN_BINDINGSFunction · 0.85
EMSCRIPTEN_BINDINGSFunction · 0.85
EMSCRIPTEN_BINDINGSFunction · 0.85
mainFunction · 0.85
test_val.cppFile · 0.85
EMSCRIPTEN_BINDINGSFunction · 0.85
EMSCRIPTEN_BINDINGSFunction · 0.85
EMSCRIPTEN_BINDINGSFunction · 0.85
toWireTypeMethod · 0.85
register_vectorFunction · 0.85

Calls

no outgoing calls

Tested by 8

EMSCRIPTEN_BINDINGSFunction · 0.68
EMSCRIPTEN_BINDINGSFunction · 0.68
EMSCRIPTEN_BINDINGSFunction · 0.68
mainFunction · 0.68
EMSCRIPTEN_BINDINGSFunction · 0.68
EMSCRIPTEN_BINDINGSFunction · 0.68