Searched defs:CFX_PTemplate (Results 1 – 1 of 1) sorted by relevance
22 CFX_PTemplate() : x(0), y(0) {} in CFX_PTemplate() function23 CFX_PTemplate(BaseType new_x, BaseType new_y) : x(new_x), y(new_y) {} in CFX_PTemplate() function24 CFX_PTemplate(const CFX_PTemplate& other) : x(other.x), y(other.y) {} in CFX_PTemplate() function