Pol
Revision:cb584c9
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
maputil.h
Go to the documentation of this file.
1
7
#ifndef CLIB_MAPUTIL_H
8
#define CLIB_MAPUTIL_H
9
10
#include "
clib.h
"
11
#include <cstring>
12
#include <string>
13
14
namespace
Pol
15
{
16
namespace
Clib
17
{
18
class
ci_cmp_pred
19
{
20
public
:
21
bool
operator()
(
const
std::string& x1,
const
std::string& x2 )
const
22
{
23
return
stricmp( x1.c_str(), x2.c_str() ) < 0;
24
}
25
};
26
}
27
}
28
29
#endif
Pol::Clib::ci_cmp_pred
Definition:
maputil.h:18
Pol::Clib::ci_cmp_pred::operator()
bool operator()(const std::string &x1, const std::string &x2) const
Definition:
maputil.h:21
clib.h
Pol
Definition:
berror.cpp:12
clib
maputil.h
Generated on Wed Oct 10 2018 02:41:48 for Pol by
1.8.11