MCPcopy Create free account
hub / github.com/Kitware/VTK / FreeUserParameterList

Method FreeUserParameterList

IO/MySQL/vtkMySQLQuery.cxx:351–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349//------------------------------------------------------------------------------
350
351void vtkMySQLQueryInternals::FreeUserParameterList()
352{
353 for (unsigned int i = 0; i < this->UserParameterList.size(); ++i)
354 {
355 delete this->UserParameterList[i];
356 this->UserParameterList[i] = nullptr;
357 }
358 this->UserParameterList.clear();
359}
360
361//------------------------------------------------------------------------------
362

Callers 2

SetQueryMethod · 0.95

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected