00001 #ifndef actasp_LexComparator_h__guard 00002 #define actasp_LexComparator_h__guard 00003 00004 #include <list> 00005 00006 namespace actasp { 00007 00008 class AspFluentRef; 00009 00010 struct LexComparator { 00011 bool operator()(const std::list<AspFluentRef>& a, const std::list<AspFluentRef> &b) const; 00012 }; 00013 00014 } 00015 00016 #endif