Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Public Attributes
stxxl::ksort_local::type_key< type, key_type1 > Struct Template Reference

#include <ksort.h>

List of all members.

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

Detailed Description

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

Definition at line 85 of file ksort.h.


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 87 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 91 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 92 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 88 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 89 of file ksort.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines