MCPcopy Create free account
hub / github.com/SIPp/sipp / CCallVariable

Method CCallVariable

src/variables.cpp:168–174  ·  view source on GitHub ↗

Constructor and destructor

Source from the content-addressed store, hash-verified

166
167// Constructor and destructor
168CCallVariable::CCallVariable()
169{
170 M_matchingValue = nullptr;
171 M_stringValue = nullptr;
172 M_nbOfMatchingValue = 0;
173 M_type = E_VT_UNDEFINED;
174}
175
176CCallVariable::~CCallVariable()
177{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected