2 #include "ace/Global_Macros.h"
4 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
6 template <typename T> ACE_INLINE bool
7 ACE_Unbounded_Set_Default_Comparator<T>::operator () (const T &lhs, const T &rhs) const
13 ACE_Unbounded_Set_Iterator<T>::ACE_Unbounded_Set_Iterator (ACE_Unbounded_Set<T> &s,
20 ACE_Unbounded_Set_Iterator<T>::ACE_Unbounded_Set_Iterator (const base_type & s)
26 ACE_Unbounded_Set_Const_Iterator<T>::
27 ACE_Unbounded_Set_Const_Iterator (const ACE_Unbounded_Set<T> &s,
34 ACE_Unbounded_Set_Const_Iterator<T>::ACE_Unbounded_Set_Const_Iterator (const base_type & s)
40 ACE_Unbounded_Set<T>::ACE_Unbounded_Set (ACE_Allocator *alloc)
41 : ACE_Unbounded_Set_Ex<T, ACE_Unbounded_Set_Default_Comparator<T> > (alloc)
46 ACE_END_VERSIONED_NAMESPACE_DECL