Home
last modified time | relevance | path

Searched refs:PRCtype (Results 1 – 1 of 1) sorted by relevance

/dports/math/mathgl/mathgl-2.5/src/prc/
H A DwritePRC.h346 #define PRCMAP(PRCtype) \ argument
347 struct PRCtype##Cmp : public std::binary_function <const PRCtype*, const PRCtype*, bool> \
348 { bool operator()(const PRCtype* Left, const PRCtype* Right) const { return (*Left < *Right); } };…
349 typedef std::map<PRCtype*,uint32_t,PRCtype##Cmp> PRCtype##Map;
350 #define PRCLIST(PRCtype) \ argument
351 typedef std::deque <PRCtype*> PRCtype##List;