#pragma once #include #include #include using namespace std; // std::string cannot be empty, null, or whatever. Luckily, there are no empty strings #define NULL_STR "" typedef unordered_map CondorJob; typedef pair JobId; typedef unordered_map CondorJobCluster; typedef unordered_map CondorJobCollection;