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   
XalanSet  Class Template Reference
Xalan set implementation. 
More...
#include <XalanSet.hpp>
Collaboration diagram for XalanSet:
 [legend]List of all members.
[legend]List of all members.Public Types
Public Methods
Public Attributes
Detailed Description
template<class Value>  class XalanSet
Xalan set implementation.
Set relies on the XalanMap hashtable. Users must ensure the right key traits specialization is aviable to define the proper hash functor. 
Member Typedef Documentation
  
    | 
        
          | template<class Value> |  
          | typedef XalanSetIterator< const value_type, typename SetMapType::const_iterator > XalanSet<Value>::const_iterator<const value_type, typename SetMapType::const_iterator> |  | 
  
    | 
        
          | template<class Value> |  
          | typedef size_t XalanSet<Value>::size_type |  | 
  
    | 
        
          | template<class Value> |  
          | typedef Value XalanSet<Value>::value_type |  | 
Constructor & Destructor Documentation
  
    | 
        
          | template<class Value> |  
          | XalanSet<Value>::XalanSet<Value> ( | MemoryManagerType & theMemoryManager ) |  | 
  
    | 
        
          | template<class Value> |  
          | XalanSet<Value>::XalanSet<Value> ( | const XalanSet<Value> & other, |  
          |  | MemoryManagerType & theMemoryManager ) |  | 
Member Function Documentation
  
    | 
        
          | template<class Value> |  
          | void XalanSet<Value>::clear ( | ) |  | 
  
    | 
        
          | template<class Value> |  
          | void XalanSet<Value>::insert ( | const value_type & value ) |  | 
  
    | 
        
          | template<class Value> |  
          | size_type XalanSet<Value>::size ( | ) const |  | 
Member Data Documentation
  
    | 
        
          | template<class Value> |  
          | SetMapType XalanSet<Value>::m_map |  | 
The documentation for this class 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.10Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
 | 
	
		|  
 |