Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

MutableSet< T, _Compare > Class Template Reference

This set inherits from the STL multiset, with a slight variation: The value is nonconst--that means you are allowed to change things but must not alter the key. More...

#include <key_mutable_set.h>

Inherits multiset< MutableShell< T >, _Compare >.

Inheritance diagram for MutableSet:

Inheritance graph
[legend]
Collaboration diagram for MutableSet< T, _Compare >:

Collaboration graph
[legend]
List of all members.

Private Types

typedef std::multiset< MutableShell<
T >, _Compare > 
SUPER

Detailed Description

template<class T, class _Compare = std::less <MutableShell<T> >>
class MutableSet< T, _Compare >

This set inherits from the STL multiset, with a slight variation: The value is nonconst--that means you are allowed to change things but must not alter the key.


Member Typedef Documentation

template<class T, class _Compare = std::less <MutableShell<T> >>
typedef std::multiset<MutableShell<T>,_Compare> MutableSet< T, _Compare >::SUPER [private]
 


The documentation for this class was generated from the following file:
Generated on Mon Jul 7 21:13:53 2003 for Ethereal by doxygen1.2.15