33 #ifndef TTA_READY_MOVE_NODE_GROUP_LIST_HH
34 #define TTA_READY_MOVE_NODE_GROUP_LIST_HH
49 public std::binary_function<MoveNode*, MoveNode*, bool> {
74 if (bSinkDistance == aSinkDistance) {
78 return bSinkDistance > aSinkDistance;
88 public std::binary_function<MoveNode*, MoveNode*, bool> {
131 if (bSourceDistance == aSourceDistance) {
134 if (bSinkDistance == aSinkDistance) {
140 return bSinkDistance < aSinkDistance;
144 return bSourceDistance > aSourceDistance;
149 typedef std::priority_queue<
154 typedef std::priority_queue<