MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / beforeTupleEntry

Function beforeTupleEntry

include/daScript/simulate/data_walker.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 virtual void beforeTuple ( char * ps, TypeInfo * ti ) {}
54 virtual void afterTuple ( char * ps, TypeInfo * ti ) {}
55 virtual void beforeTupleEntry ( char * ps, TypeInfo * ti, char * pv, int idx, bool last ) {}
56 virtual void afterTupleEntry ( char * ps, TypeInfo * ti, char * pv, int idx, bool last ) {}
57 virtual void beforeVariant ( char * ps, TypeInfo * ti ) {}
58 virtual void afterVariant ( char * ps, TypeInfo * ti ) {}

Callers 2

walk_tupleMethod · 0.85
walk_tupleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected