#include <STLHelper.hpp>
Inherits binary_function< const T *, const T *, bool >.
Public Types | |
typedef std::binary_function< const T *, const T *, bool > | BaseClassType |
typedef BaseClassType::result_type | result_type |
typedef BaseClassType::first_argument_type | first_argument_type |
typedef BaseClassType::second_argument_type | second_argument_type |
Public Member Functions | |
result_type | operator() (first_argument_type theLHS, second_argument_type theRHS) const |
Definition at line 576 of file STLHelper.hpp.
typedef std::binary_function<const T*, const T*, bool> pointer_equals< T >::BaseClassType |
Definition at line 582 of file STLHelper.hpp.
typedef BaseClassType::first_argument_type pointer_equals< T >::first_argument_type |
Definition at line 586 of file STLHelper.hpp.
typedef BaseClassType::result_type pointer_equals< T >::result_type |
Definition at line 585 of file STLHelper.hpp.
typedef BaseClassType::second_argument_type pointer_equals< T >::second_argument_type |
Definition at line 587 of file STLHelper.hpp.
|
inline |
Definition at line 590 of file STLHelper.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|