MCPcopy Create free account
hub / github.com/PlayFab/gsdk / ~PlayFabHttp

Method ~PlayFabHttp

cpp/cppsdk/source/playfab/PlayFabHttp.cpp:45–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 };
44
45 PlayFabHttp::~PlayFabHttp()
46 {
47 threadRunning = false;
48 pfHttpWorkerThread.join();
49 for (size_t i = 0; i < pendingRequests.size(); ++i)
50 delete pendingRequests[i];
51 pendingRequests.clear();
52 for (size_t i = 0; i < pendingResults.size(); ++i)
53 delete pendingResults[i];
54 pendingResults.clear();
55 }
56
57 void PlayFabHttp::MakeInstance()
58 {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
clearMethod · 0.80

Tested by

no test coverage detected