65,210
社区成员
发帖
与我相关
我的任务
分享
struct tab_STADE
{
VALUE value;
struct STADE *father;
inline bool operator < (const sql_node& other)
{
}
}STATE
class STATE
{
char buffer[8];
inline bool operator < (const sql_node& other)
{
if (memcmp(array, other.array, AEEAY_SIZE) < 0)
{
return true;
}
else
{
return false;
}
}
}
class op_STATE
{
public:
STATE *m_pstate;
inline bool operator < (const op_STATE& other)
{
return !(*m_pstate < *other.m_pstate);
}
};
map<op_STATE, op_STATE> P_STATE_MAP;
map存放节点指针,不存放节点值
key是状态指针,value是父状态指针