Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Public Attributes
stxxl::ksort_local::trigger_entry< _BIDTp, _KeyTp > Struct Template Reference

#include <ksort.h>

List of all members.

Public Types

typedef _BIDTp bid_type
typedef _KeyTp key_type

Public Member Functions

 operator bid_type ()

Public Attributes

bid_type bid
key_type key

Detailed Description

template<typename _BIDTp, typename _KeyTp>
struct stxxl::ksort_local::trigger_entry< _BIDTp, _KeyTp >

Definition at line 55 of file ksort.h.


Member Typedef Documentation

template<typename _BIDTp, typename _KeyTp>
typedef _BIDTp stxxl::ksort_local::trigger_entry< _BIDTp, _KeyTp >::bid_type

Definition at line 57 of file ksort.h.

template<typename _BIDTp, typename _KeyTp>
typedef _KeyTp stxxl::ksort_local::trigger_entry< _BIDTp, _KeyTp >::key_type

Definition at line 58 of file ksort.h.


Member Function Documentation

template<typename _BIDTp, typename _KeyTp>
stxxl::ksort_local::trigger_entry< _BIDTp, _KeyTp >::operator bid_type ( ) [inline]

Definition at line 63 of file ksort.h.


Member Data Documentation

template<typename _BIDTp, typename _KeyTp>
bid_type stxxl::ksort_local::trigger_entry< _BIDTp, _KeyTp >::bid

Definition at line 60 of file ksort.h.

template<typename _BIDTp, typename _KeyTp>
key_type stxxl::ksort_local::trigger_entry< _BIDTp, _KeyTp >::key

Definition at line 61 of file ksort.h.

Referenced by stxxl::ksort_local::operator>().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines