YAPOG  0.0.1
Yet Another Pokemon Online Game
MapEventContextTriggerComparator.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_MAPEVENTCONTEXTTRIGGERCOMPARATOR_HPP
2 # define YAPOG_MAPEVENTCONTEXTTRIGGERCOMPARATOR_HPP
3 
4 # include "YAPOG/Macros.hpp"
6 
7 namespace yap
8 {
9  class MapEventContext;
10 
12  : public LessComparator<MapEventContext*>
13  {
14  public:
15 
18 
23 
24  protected:
25 
26  virtual int HandleCompare (
27  MapEventContext* const& left,
28  MapEventContext* const& right) const;
29  };
30 } // namespace yap
31 
32 #endif // YAPOG_MAPEVENTCONTEXTTRIGGERCOMPARATOR_HPP