Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.10
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
equal_null_terminated_arrays Struct Template Reference
#include <STLHelper.hpp>
Inheritance diagram for equal_null_terminated_arrays:
[legend]Collaboration diagram for equal_null_terminated_arrays:
[legend]List of all members.Public Types
Public Methods
template<class T> struct equal_null_terminated_arrays
Member Typedef Documentation
template<class T> |
typedef XALAN_STD_QUALIFIER binary_function< const T *, const T *, bool > equal_null_terminated_arrays<T>::BaseClassType<const T*, const T*, bool>
|
|
template<class T> |
typedef BaseClassType::first_argument_type equal_null_terminated_arrays<T>::first_argument_type
|
|
template<class T> |
typedef BaseClassType::result_type equal_null_terminated_arrays<T>::result_type
|
|
template<class T> |
typedef BaseClassType::second_argument_type equal_null_terminated_arrays<T>::second_argument_type
|
|
Member Function Documentation
|
Compare the values of two objects.
-
Parameters:
-
theLHS
|
first object to compare |
theRHS
|
second object to compare |
-
Returns:
-
true if objects are the same
|
The documentation for this struct was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|