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

Method visit

include/daScript/simulate/simulate_visit.h:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5 template <typename TRange>
6 SimNode * SimNode_ForRange<TRange>::visit ( SimVisitor & vis ) {
7 using TT = typename TRange::baseType;
8 V_BEGIN_CR();
9 V_OP_TT(ForRange);
10 V_SP(this->stackTop[0]);
11 V_SUB(this->sources[0]);
12 vis.sub(this->list,this->total,"list");
13 V_FINAL();
14 V_END();
15 }
16
17 template <typename TRange>
18 SimNode * SimNode_ForRangeNF<TRange>::visit ( SimVisitor & vis ) {

Callers 1

subFunction · 0.45

Calls 5

stringClass · 0.85
nameFunction · 0.85
subMethod · 0.45
opMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected