STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::ksort_local::type_key< Type, KeyType > Struct Template Reference

Detailed Description

template<typename Type, typename KeyType>
struct stxxl::ksort_local::type_key< Type, KeyType >

Definition at line 83 of file ksort.h.

Public Types

typedef KeyType key_type
 

Public Member Functions

 type_key ()
 
 type_key (key_type k, Type *p)
 

Public Attributes

key_type key
 
Type * ptr
 

Member Typedef Documentation

template<typename Type, typename KeyType>
typedef KeyType stxxl::ksort_local::type_key< Type, KeyType >::key_type

Definition at line 85 of file ksort.h.

Constructor & Destructor Documentation

template<typename Type, typename KeyType>
stxxl::ksort_local::type_key< Type, KeyType >::type_key ( )
inline

Definition at line 89 of file ksort.h.

template<typename Type, typename KeyType>
stxxl::ksort_local::type_key< Type, KeyType >::type_key ( key_type  k,
Type *  p 
)
inline

Definition at line 90 of file ksort.h.

Member Data Documentation

template<typename Type, typename KeyType>
key_type stxxl::ksort_local::type_key< Type, KeyType >::key

Definition at line 86 of file ksort.h.

Referenced by stxxl::ksort_local::operator<(), and stxxl::ksort_local::operator>().

template<typename Type, typename KeyType>
Type* stxxl::ksort_local::type_key< Type, KeyType >::ptr

Definition at line 87 of file ksort.h.


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