Xalan set implementation. More...
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.
| typedef XalanSetIterator<const value_type, typename SetMapType::const_iterator> XalanSet< Value >::const_iterator |
| typedef XalanSetIterator<value_type, typename SetMapType::iterator> XalanSet< Value >::iterator |
| typedef XalanMap<value_type, bool> XalanSet< Value >::SetMapType |
| typedef Value XalanSet< Value >::value_type |
| XalanSet< Value >::XalanSet | ( | MemoryManagerType & | theMemoryManager | ) |
| XalanSet< Value >::XalanSet | ( | const XalanSet< Value > & | other, |
| MemoryManagerType & | theMemoryManager | ||
| ) |
| const_iterator XalanSet< Value >::begin | ( | ) | const |
| void XalanSet< Value >::clear | ( | ) |
| size_type XalanSet< Value >::count | ( | const value_type & | value | ) | const |
| const_iterator XalanSet< Value >::end | ( | ) | const |
| size_type XalanSet< Value >::erase | ( | const value_type & | value | ) |
| const_iterator XalanSet< Value >::find | ( | const value_type & | value | ) | const |
| MemoryManagerType& XalanSet< Value >::getMemoryManager | ( | ) |
| void XalanSet< Value >::insert | ( | const value_type & | value | ) |
| SetMapType XalanSet< Value >::m_map |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|