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

Function afterTableValue

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

Source from the content-addressed store, hash-verified

69 virtual void afterTableKey ( Table * pa, TypeInfo * ti, char * pk, TypeInfo * ki, uint64_t index, bool last ) {}
70 virtual void beforeTableValue ( Table * pa, TypeInfo * ti, char * pv, TypeInfo * kv, uint64_t index, bool last ) {}
71 virtual void afterTableValue ( Table * pa, TypeInfo * ti, char * pv, TypeInfo * kv, uint64_t index, bool last ) {}
72 virtual void afterTable ( Table * pa, TypeInfo * ti ) {}
73 virtual void beforeRef ( char * pa, TypeInfo * ti ) {}
74 virtual void afterRef ( char * pa, TypeInfo * ti ) {}

Callers 2

walk_tableMethod · 0.85
walk_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected