Xalan-C++ API Reference
1.12.0
|
Xalan set implementation. More...
#include <xalanc/Include/XalanSet.hpp>
Public Types | |
typedef Value | value_type |
typedef size_t | size_type |
typedef XalanMap< value_type, bool > | SetMapType |
typedef XalanSetIterator< value_type, typename SetMapType::iterator > | iterator |
typedef XalanSetIterator< const value_type, typename SetMapType::const_iterator > | const_iterator |
Public Member Functions | |
XalanSet (MemoryManager &theMemoryManager) | |
XalanSet (const XalanSet &other, MemoryManager &theMemoryManager) | |
MemoryManager & | getMemoryManager () |
const_iterator | begin () const |
const_iterator | end () const |
size_type | size () const |
size_type | count (const value_type &value) const |
const_iterator | find (const value_type &value) const |
void | insert (const value_type &value) |
size_type | erase (const value_type &value) |
void | clear () |
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.
Definition at line 98 of file XalanSet.hpp.
typedef XalanSetIterator<const value_type, typename SetMapType::const_iterator> xalanc::XalanSet< Value >::const_iterator |
Definition at line 109 of file XalanSet.hpp.
typedef XalanSetIterator<value_type, typename SetMapType::iterator> xalanc::XalanSet< Value >::iterator |
Definition at line 108 of file XalanSet.hpp.
typedef XalanMap<value_type, bool> xalanc::XalanSet< Value >::SetMapType |
Definition at line 106 of file XalanSet.hpp.
typedef size_t xalanc::XalanSet< Value >::size_type |
Definition at line 104 of file XalanSet.hpp.
typedef Value xalanc::XalanSet< Value >::value_type |
Definition at line 102 of file XalanSet.hpp.
|
inline |
Definition at line 111 of file XalanSet.hpp.
|
inline |
Definition at line 116 of file XalanSet.hpp.
|
inline |
Definition at line 130 of file XalanSet.hpp.
|
inline |
Definition at line 171 of file XalanSet.hpp.
|
inline |
Definition at line 147 of file XalanSet.hpp.
|
inline |
Definition at line 136 of file XalanSet.hpp.
|
inline |
Definition at line 165 of file XalanSet.hpp.
|
inline |
Definition at line 153 of file XalanSet.hpp.
|
inline |
Definition at line 124 of file XalanSet.hpp.
|
inline |
Definition at line 159 of file XalanSet.hpp.
|
inline |
Definition at line 142 of file XalanSet.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:37 for Xalan-C++ API Reference by 1.8.17