YAPOG  0.0.1
Yet Another Pokemon Online Game
MapEventContextTriggerComparator.cpp
Go to the documentation of this file.
3 
4 namespace yap
5 {
8  {
9  }
10 
12  {
13  }
14 
18  {
19  }
20 
24  {
25  if (this == &copy)
26  return *this;
27 
29 
30  return *this;
31  }
32 
34  MapEventContext* const& left,
35  MapEventContext* const& right) const
36  {
37  return &left->GetTrigger () < &right->GetTrigger ();
38  }
39 } // namespace yap