LexComparator.h
Go to the documentation of this file.
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


bwi_kr_execution
Author(s): Matteo Leonetti, Piyush Khandelwal
autogenerated on Fri Aug 28 2015 10:14:46