YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
"
5
# include "
YAPOG/System/LessComparator.hpp
"
6
7
namespace
yap
8
{
9
class
MapEventContext;
10
11
class
YAPOG_LIB
MapEventContextTriggerComparator
12
:
public
LessComparator
<MapEventContext*>
13
{
14
public
:
15
16
MapEventContextTriggerComparator
();
17
virtual
~
MapEventContextTriggerComparator
();
18
19
MapEventContextTriggerComparator
(
20
const
MapEventContextTriggerComparator
& copy);
21
MapEventContextTriggerComparator
& operator= (
22
const
MapEventContextTriggerComparator
& copy);
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
YAPOG
include
YAPOG
Game
World
Map
MapEventContextTriggerComparator.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1