#include <static_map.h>
Public Member Functions | |
| bool | operator() (const value_type &__x, const value_type &__y) const |
Protected Member Functions | |
| value_compare (Comp __c) | |
Protected Attributes | |
| Comp | _CompareFunc |
Friends | |
| class | CStaticMap< Key, Typ, Comp > |
|
||||||||||
|
Definition at line 78 of file static_map.h. References NLMISC::CStaticMap< Key, Typ, Comp >::value_compare::_CompareFunc.
00078 : _CompareFunc(__c) {} |
|
||||||||||||||||
|
Definition at line 70 of file static_map.h. References NLMISC::CStaticMap< Key, Typ, Comp >::value_compare::_CompareFunc.
00071 {
00072 return _CompareFunc(__x.first, __y.first);
00073 }
|
|
|||||
|
Definition at line 68 of file static_map.h. |
|
|||||
|
Definition at line 75 of file static_map.h. Referenced by NLMISC::CStaticMap< Key, Typ, Comp >::value_compare::operator()(), and NLMISC::CStaticMap< Key, Typ, Comp >::value_compare::value_compare(). |
1.3.6