Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
stxxl::block_scheduler_algorithm_offline_lfd< SwappableBlockType >::priority Class Reference

#include <block_scheduler.h>

Collaboration diagram for stxxl::block_scheduler_algorithm_offline_lfd< SwappableBlockType >::priority:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 priority (const SwappableBlockType &sblock, const std::pair< bool, time_type > &t)
bool operator< (const priority &right) const

Private Attributes

unsigned_type p

Detailed Description

template<class SwappableBlockType>
class stxxl::block_scheduler_algorithm_offline_lfd< SwappableBlockType >::priority

Definition at line 870 of file block_scheduler.h.


Constructor & Destructor Documentation

template<class SwappableBlockType >
stxxl::block_scheduler_algorithm_offline_lfd< SwappableBlockType >::priority::priority ( const SwappableBlockType &  sblock,
const std::pair< bool, time_type > &  t 
) [inline]

Definition at line 875 of file block_scheduler.h.


Member Function Documentation

template<class SwappableBlockType >
bool stxxl::block_scheduler_algorithm_offline_lfd< SwappableBlockType >::priority::operator< ( const priority right) const [inline]

Member Data Documentation

template<class SwappableBlockType >
unsigned_type stxxl::block_scheduler_algorithm_offline_lfd< SwappableBlockType >::priority::p [private]

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