common/portmap.h (10 lines of code) (raw):
#ifndef SWSS_COMMON_PORTMAP_H
#define SWSS_COMMON_PORTMAP_H
#include <fstream>
#include <map>
#include <set>
#include <sstream>
namespace swss {
std::map<std::set<int>, std::string> handlePortMap(const std::string &file);
}
#endif /* SWSS_COMMON_PORTMAP_H */