Searched refs:compList (Results 1 – 1 of 1) sorted by relevance
48 void displayComponentInfo(const std::vector<C2Component::Traits>& compList) { in displayComponentInfo() argument49 for (size_t i = 0; i < compList.size(); i++) { in displayComponentInfo()50 std::cout << compList[i].name << " | " << compList[i].domain; in displayComponentInfo()51 std::cout << " | " << compList[i].kind << "\n"; in displayComponentInfo()