MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / removeAll

Method removeAll

src/html/WizHtmlReader.cpp:851–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851bool WizHtmlAttributes::removeAll(void)
852{
853 WizHtmlElemAttr *pItem = NULL;
854 for (int iElem = 0; iElem < getCount(); iElem++)
855 {
856
857 WIZ_SAFE_DELETE_POINTER(pItem);
858 }
859 WIZ_SAFE_DELETE_POINTER(m_parrAttrib);
860 return (true);
861}
862
863UINT WizHtmlAttributes::parseFromStr(const unsigned short* lpszString)
864{

Callers 4

removeObjectMethod · 0.80
asyncShutdownFinishedMethod · 0.80
deleteSelfMethod · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected