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

Function beforeDim

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

Source from the content-addressed store, hash-verified

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 ) {}
66 virtual void afterArray ( Array * pa, TypeInfo * ti ) {}

Callers 2

walkMethod · 0.85
walk_dimMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected