void getInput(int theInput) { std::cout « "an integer" « std::endl; } void getInput(std::string theInput) { std::cout « "a string" « std::endl; } |
void retrieveData(std::string URL, int maxDepth, Digraph& G, bool localOnly, bool verbose); void retrieveData(std::string URL, int maxDepth, Digraph& G, bool localOnly, bool verbose, int currentDepth, VertexURL* vParent); |