#include <xalanc/Include/PlatformDefinitions.hpp>
#include <cstddef>
#include <algorithm>
#include <functional>
#include <utility>
#include <xalanc/Include/XalanVector.hpp>
#include <xalanc/Include/XalanList.hpp>
Go to the source code of this file.
Classes | |
class | XalanHasher< Key > |
struct | XalanMapKeyTraits< Key > |
struct | XalanHashMemberPointer< Key > |
struct | XalanHashMemberReference< Key > |
struct | XalanMapIteratorTraits< Value > |
struct | XalanMapConstIteratorTraits< Value > |
struct | XalanMapIterator< XalanMapTraits, BaseIterator > |
class | XalanMap< Key, Value, KeyTraits, KeyConstructionTraits, ValueConstructionTraits > |
Xalan implementation of a hashtable. More... | |
struct | XalanMap< Key, Value, KeyTraits, KeyConstructionTraits, ValueConstructionTraits >::Entry |
Variables | |
XALAN_CPP_NAMESPACE_BEGIN typedef size_t | size_type |
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type |
Definition at line 46 of file XalanMap.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|