|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
19 #if !defined(XALANSET_HEADER_GUARD_1357924680)
20 #define XALANSET_HEADER_GUARD_1357924680
38 template <
class Value,
class MapIterator>
56 return m_mapIterator->first;
66 return !(theRhs == *
this);
97 template <
class Value>
112 m_map(theMemoryManager)
118 MemoryManager& theMemoryManager) :
119 m_map(other.m_map, theMemoryManager)
126 return m_map.getMemoryManager();
132 return m_map.begin();
149 return find(value) != end() ? 1 : 0;
155 return m_map.find(value);
161 m_map.insert(value,
true);
167 return m_map.erase(value);
185 #endif // XALANSET_HEADER_GUARD_1357924680
Xalan set implementation.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
const_iterator end() const
bool operator!=(const XalanSetIterator &theRhs) const
size_type erase(const value_type &value)
void insert(const value_type &value)
XalanSetIterator(const MapIterator &iter)
size_type count(const value_type &value) const
ptrdiff_t difference_type
const_iterator find(const value_type &value) const
bool operator==(const XalanSetIterator &theRhs) const
XalanSetIterator< value_type, typename SetMapType::iterator > iterator
XalanSetIterator operator++(int)
const_iterator begin() const
std::bidirectional_iterator_tag iterator_category
XalanSet(const XalanSet &other, MemoryManager &theMemoryManager)
XalanMap< value_type, bool > SetMapType
XalanSetIterator< const value_type, typename SetMapType::const_iterator > const_iterator
reference operator*() const
XalanSet(MemoryManager &theMemoryManager)
MapIterator m_mapIterator
XalanSetIterator operator++()
MemoryManager & getMemoryManager()