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

Function afterArrayElement

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

Source from the content-addressed store, hash-verified

60 virtual void afterArrayData ( char * pa, uint32_t stride, uint64_t count, TypeInfo * ti ) {}
61 virtual void beforeArrayElement ( char * pa, TypeInfo * ti, char * pe, uint64_t index, bool last ) {}
62 virtual void afterArrayElement ( char * pa, TypeInfo * ti, char * pe, uint64_t index, bool last ) {}
63 virtual void beforeDim ( char * pa, TypeInfo * ti ) {}
64 virtual void afterDim ( char * pa, TypeInfo * ti ) {}
65 virtual void beforeArray ( Array * pa, TypeInfo * ti ) {}

Callers 1

walk_arrayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected