0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
Hypertable::directory< _Key, _Tp, _Compare, _Allocator >::value_compare Class Reference

Ordering relation on value_type. More...

#include <directory.h>

Inheritance diagram for Hypertable::directory< _Key, _Tp, _Compare, _Allocator >::value_compare:
Inheritance graph
[legend]
Collaboration diagram for Hypertable::directory< _Key, _Tp, _Compare, _Allocator >::value_compare:
Collaboration graph
[legend]

Public Member Functions

bool operator() (const value_type &__x, const value_type &__y) const
 

Protected Member Functions

 value_compare (key_compare c)
 

Protected Attributes

key_compare key_comp
 

Friends

class directory
 

Detailed Description

template<class _Key, class _Tp, class _Compare = std::less<_Key>, class _Allocator = std::allocator<directory_entry<const _Key, _Tp> >>
class Hypertable::directory< _Key, _Tp, _Compare, _Allocator >::value_compare

Ordering relation on value_type.

Definition at line 377 of file directory.h.

Constructor & Destructor Documentation

template<class _Key, class _Tp, class _Compare = std::less<_Key>, class _Allocator = std::allocator<directory_entry<const _Key, _Tp> >>
Hypertable::directory< _Key, _Tp, _Compare, _Allocator >::value_compare::value_compare ( key_compare  c)
inlineprotected

Definition at line 383 of file directory.h.

Member Function Documentation

template<class _Key, class _Tp, class _Compare = std::less<_Key>, class _Allocator = std::allocator<directory_entry<const _Key, _Tp> >>
bool Hypertable::directory< _Key, _Tp, _Compare, _Allocator >::value_compare::operator() ( const value_type __x,
const value_type __y 
) const
inline

Definition at line 385 of file directory.h.

Friends And Related Function Documentation

template<class _Key, class _Tp, class _Compare = std::less<_Key>, class _Allocator = std::allocator<directory_entry<const _Key, _Tp> >>
friend class directory
friend

Definition at line 379 of file directory.h.

Member Data Documentation

template<class _Key, class _Tp, class _Compare = std::less<_Key>, class _Allocator = std::allocator<directory_entry<const _Key, _Tp> >>
key_compare Hypertable::directory< _Key, _Tp, _Compare, _Allocator >::value_compare::key_comp
protected

Definition at line 381 of file directory.h.


The documentation for this class was generated from the following file: