STXXL  1.4.0
 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 58 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 60 of file stable_ksort.h.

Constructor & Destructor Documentation

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

Definition at line 64 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 65 of file stable_ksort.h.

Member Data Documentation

template<typename type>
type* stxxl::stable_ksort_local::type_key< type >::ptr

Definition at line 62 of file stable_ksort.h.

Referenced by stxxl::stable_ksort_local::classify_block().


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