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