BestKoutOfDBestK


[ ligand_pharma | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class BestKoutOfDBestK
{
public:
BestKoutOfDBestK(int k, int d) ;
void push(const Cell *in) ;
~BestKoutOfDBestK() ;
const Cell* top() ;
void pop() ;
bool empty() ;
int k_,d_;
priority_queue < Cell*, vector< Cell*>, CompareCell> cells_;
protected:
}; // BestKoutOfDBestK

Back to the top of BestKoutOfDBestK


KEYWORD

Back to the top of BestKoutOfDBestK


AUTHORS

Back to the top of BestKoutOfDBestK


CHANGES LOG

Back to the top of BestKoutOfDBestK


GOALS

Back to the top of BestKoutOfDBestK

		

USAGE

		

Back to the top of BestKoutOfDBestK


BestKoutOfDBestK(int k, int d) ;

  BestKoutOfDBestK(int k, int d) ;

Function is currently defined inline.


Back to the top of BestKoutOfDBestK


void push(const Cell *in) ;

  void push(const Cell *in)                                   
;

Function is currently defined inline.


Back to the top of BestKoutOfDBestK


~BestKoutOfDBestK() ;

  ~BestKoutOfDBestK()                                                                                                                     
;

Function is currently defined inline.


Back to the top of BestKoutOfDBestK


const Cell* top() ;

  const Cell* top()                               
;

Function is currently defined inline.


Back to the top of BestKoutOfDBestK


void pop() ;

  void pop()                        
;

Function is currently defined inline.


Back to the top of BestKoutOfDBestK


bool empty() ;

  bool empty()                                 
;

Function is currently defined inline.


Back to the top of BestKoutOfDBestK


int k_,d_;

  int k_,d_;

Back to the top of BestKoutOfDBestK


priority_queue < Cell*, vector< Cell*>, CompareCell> cells_;

  priority_queue < Cell*, vector< Cell*>, CompareCell> cells_;

Back to the top of BestKoutOfDBestK


All Members

public:
void push(const Cell *in) ;
const Cell* top() ;
void pop() ;
bool empty() ;
int k_,d_;
priority_queue < Cell*, vector< Cell*>, CompareCell> cells_;
protected:

Back to the top of BestKoutOfDBestK


Ancestors

Class does not inherit from any other class.

Back to the top of BestKoutOfDBestK


Descendants

Class is not inherited by any others.

Back to the top of BestKoutOfDBestK


Generated from source by the Cocoon utilities on Mon Dec 21 11:44:46 2009 .

Report problems to jkotula@unimax.com