STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::ksort_local::trigger_entry< BIDType, KeyType > Struct Template Reference

Detailed Description

template<typename BIDType, typename KeyType>
struct stxxl::ksort_local::trigger_entry< BIDType, KeyType >

Definition at line 54 of file ksort.h.

Public Types

typedef BIDType bid_type
 
typedef KeyType key_type
 

Public Member Functions

 operator bid_type ()
 

Public Attributes

bid_type bid
 
key_type key
 

Member Typedef Documentation

template<typename BIDType, typename KeyType>
typedef BIDType stxxl::ksort_local::trigger_entry< BIDType, KeyType >::bid_type

Definition at line 56 of file ksort.h.

template<typename BIDType, typename KeyType>
typedef KeyType stxxl::ksort_local::trigger_entry< BIDType, KeyType >::key_type

Definition at line 57 of file ksort.h.

Member Function Documentation

template<typename BIDType, typename KeyType>
stxxl::ksort_local::trigger_entry< BIDType, KeyType >::operator bid_type ( )
inline

Definition at line 62 of file ksort.h.

Member Data Documentation

template<typename BIDType, typename KeyType>
bid_type stxxl::ksort_local::trigger_entry< BIDType, KeyType >::bid

Definition at line 59 of file ksort.h.

template<typename BIDType, typename KeyType>
key_type stxxl::ksort_local::trigger_entry< BIDType, KeyType >::key

Definition at line 60 of file ksort.h.

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


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