MCPcopy Create free account
hub / github.com/axmolengine/axmol / CCARRAY_FOREACH

Function CCARRAY_FOREACH

extensions/GUI/src/GUI/ScrollView/TableView.cpp:521–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519 Object* pObj;
520 int i = 0;
521 CCARRAY_FOREACH(_cellsUsed, pObj)
522 {
523 TableViewCell* pCell = static_cast<TableViewCell*>(pObj);
524 AXLOGD("cells Used index {}, value = {}", i, pCell->getIdx());
525 i++;
526 }
527 AXLOGD("---------------------------------------");
528 i = 0;
529 CCARRAY_FOREACH(_cellsFreed, pObj)

Callers

nothing calls this directly

Calls 1

getIdxMethod · 0.80

Tested by

no test coverage detected