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

Detailed Description

template<typename type, typename key_type1>
struct stxxl::ksort_local::type_key< type, key_type1 >

Definition at line 86 of file ksort.h.

Public Types

typedef key_type1 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 key_type1>
typedef key_type1 stxxl::ksort_local::type_key< type, key_type1 >::key_type

Definition at line 88 of file ksort.h.

Constructor & Destructor Documentation

template<typename type, typename key_type1>
stxxl::ksort_local::type_key< type, key_type1 >::type_key ( )
inline

Definition at line 92 of file ksort.h.

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

Definition at line 93 of file ksort.h.

Member Data Documentation

template<typename type, typename key_type1>
key_type stxxl::ksort_local::type_key< type, key_type1 >::key

Definition at line 89 of file ksort.h.

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

template<typename type, typename key_type1>
type* stxxl::ksort_local::type_key< type, key_type1 >::ptr

Definition at line 90 of file ksort.h.


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