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

Detailed Description

template<typename Type>
struct stxxl::stable_ksort_local::type_key< Type >

Definition at line 57 of file stable_ksort.h.

Public Types

typedef Type::key_type 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>
typedef Type::key_type stxxl::stable_ksort_local::type_key< Type >::key_type

Definition at line 59 of file stable_ksort.h.

Constructor & Destructor Documentation

template<typename Type>
stxxl::stable_ksort_local::type_key< Type >::type_key ( )
inline

Definition at line 63 of file stable_ksort.h.

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

Definition at line 64 of file stable_ksort.h.

Member Data Documentation

template<typename Type>
key_type stxxl::stable_ksort_local::type_key< Type >::key
template<typename Type>
Type* stxxl::stable_ksort_local::type_key< Type >::ptr

Definition at line 61 of file stable_ksort.h.


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