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

Function afterStructureField

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

Source from the content-addressed store, hash-verified

50 virtual void afterStructureCancel ( char * ps, StructInfo * si ) {}
51 virtual void beforeStructureField ( char * ps, StructInfo * si, char * pv, VarInfo * vi, bool last ) {}
52 virtual void afterStructureField ( char * ps, StructInfo * si, char * pv, VarInfo * vi, bool last ) {}
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 ) {}

Callers 2

walk_structMethod · 0.85
walk_structMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected