#include <lyxfunctional.h>
Public Types | |
| typedef T::first_type | first_type |
| typedef T | pair_type |
Public Methods | |
| equal_1st_in_pair (first_type const &value) | |
| bool | operator() (pair_type const &p) const |
Private Attributes | |
| first_type const & | value_ |
|
|||||
|
Definition at line 180 of file lyxfunctional.h. Referenced by equal_1st_in_pair. |
|
|||||
|
Definition at line 182 of file lyxfunctional.h. Referenced by operator(). |
|
||||||||||
|
Definition at line 184 of file lyxfunctional.h. References first_type, and value_.
00184 : value_(value) {} |
|
||||||||||
|
Definition at line 186 of file lyxfunctional.h. References pair_type, and value_.
00186 {
00187 return p.first == value_;
00188 }
|
|
|||||
|
Definition at line 191 of file lyxfunctional.h. Referenced by equal_1st_in_pair, and operator(). |
1.2.14 written by Dimitri van Heesch,
© 1997-2002