Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan-C++ XSL Transformer Version 1.0
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
DOM_NodeHashFunction Struct Reference
Functor for hashing DOM_Nodes.
More...
#include <DOMHelper.hpp>
Inheritance diagram for DOM_NodeHashFunction:
Collaboration diagram for DOM_NodeHashFunction:
List of all members.
Public Methods
- result_type operator() (const argument_type& theKey) const
- Determine a hash value for the given key. More...
Detailed Description
Functor for hashing DOM_Nodes.
Member Function Documentation
result_type DOM_NodeHashFunction::operator() (
|
const argument_type & theKey) const |
|
Determine a hash value for the given key.
-
Parameters:
-
-
Returns:
-
hash value
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++ XSL Transformer Version 1.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.
|
|