#include <STLHelper.hpp>
Inherits XALAN_STD_QUALIFIER binary_function< const T *, const T *, bool >.
Public Types | |
typedef XALAN_STD_QUALIFIER 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 |
Compare the values of two objects. More... | |
Definition at line 363 of file STLHelper.hpp.
typedef XALAN_STD_QUALIFIER binary_function<const T*, const T*, bool> equal_null_terminated_arrays< T >::BaseClassType |
Definition at line 365 of file STLHelper.hpp.
typedef BaseClassType::first_argument_type equal_null_terminated_arrays< T >::first_argument_type |
Definition at line 368 of file STLHelper.hpp.
typedef BaseClassType::result_type equal_null_terminated_arrays< T >::result_type |
Definition at line 367 of file STLHelper.hpp.
typedef BaseClassType::second_argument_type equal_null_terminated_arrays< T >::second_argument_type |
Definition at line 369 of file STLHelper.hpp.
|
inline |
Compare the values of two objects.
theLHS | first object to compare |
theRHS | second object to compare |
Definition at line 379 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 |
|