SourceForge.net Logo
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

EkMultiMapT::value_compare Class Template Reference

#include <EkMapT.h>

List of all members.

Public Methods

bool operator() (const value_type &x, const value_type &y) const

Protected Methods

 value_compare (Pred pred)

Protected Attributes

Pred comp

Friends

class EkMultiMapT< K, V, Pred, A >

template<class K, class V, class Pred = less<K>, class A = allocator<V>>
class EkMultiMapT< K, V, Pred, A >::value_compare


Constructor & Destructor Documentation

template<class K, class V, class Pred = less<K>, class A = allocator<V>>
EkMultiMapT< K, V, Pred, A >::value_compare::value_compare Pred    pred [inline, protected]
 


Member Function Documentation

template<class K, class V, class Pred = less<K>, class A = allocator<V>>
bool EkMultiMapT< K, V, Pred, A >::value_compare::operator() const value_type   x,
const value_type   y
const [inline]
 


Friends And Related Function Documentation

template<class K, class V, class Pred = less<K>, class A = allocator<V>>
friend class EkMultiMapT< K, V, Pred, A > [friend]
 


Member Data Documentation

template<class K, class V, class Pred = less<K>, class A = allocator<V>>
Pred EkMultiMapT::value_compare::comp [protected]
 


The documentation for this class was generated from the following file:
Last Updated: March 12, 2003 (rlr)
Copyright © 2003 Eastman Kodak Company All Rights Reserved.