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

Function beforeVariant

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

Source from the content-addressed store, hash-verified

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 ) {}
59 virtual void beforeArrayData ( char * pa, uint32_t stride, uint64_t count, TypeInfo * ti ) {}
60 virtual void afterArrayData ( char * pa, uint32_t stride, uint64_t count, TypeInfo * ti ) {}

Callers 2

walk_variantMethod · 0.85
walk_variantMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected