MCPcopy Create free account
hub / github.com/WheretIB/nullc / SetParser

Function SetParser

SupSpi/SupSpi.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 unsigned int AllocParser(BaseP* parser){ parserList.push_back(parser); return (unsigned int)parserList.size()-1; }
27 void ReleaseParser(unsigned int ptr){ delete parserList[ptr]; }
28 void SetParser(unsigned int ptr, BaseP* parser){ parserList[ptr] = parser; }
29 BaseP* GetParser(unsigned int ptr){ return parserList[ptr]; }
30
31 static AlternativePolicy alerPol = ALTER_STANDART;

Callers 1

RuleClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected