Searched defs:Target (Results 1 - 1 of 1) sorted by relevance
/inkscape/ | ||
H A D | buildtool.cpp | 6532 class Target; 9094 class Target : public MakeBase class in namespace:buildtool 9102 Target(Make &par) : parent(par) function in class:buildtool::Target 9108 Target(const Target &other) : parent(other.parent) function in class:buildtool::Target 9114 Target &operator=(const Target &other) 9120 virtual ~Target() 9219 void assign(const Target &other) 9293 virtual std::map<String, Target> [all...] |
Completed in 45 milliseconds