CompareCell

All class functions are defined inline.


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class CompareCell
{
public:
bool operator()(const Cell& p_a,const Cell& p_b)const ;
bool operator()(const Cell* p_a,const Cell* p_b)const ;
protected:
}; // CompareCell

Back to the top of CompareCell


KEYWORD

Back to the top of CompareCell


AUTHORS

Back to the top of CompareCell


CHANGES LOG

Back to the top of CompareCell


GOALS

Back to the top of CompareCell

		

USAGE

		

Back to the top of CompareCell


bool operator()(const Cell& p_a,const Cell& p_b)const ;

  bool operator()(const Cell& p_a,const Cell& p_b)const                                            
;

Function is currently defined inline.


Back to the top of CompareCell


bool operator()(const Cell* p_a,const Cell* p_b)const ;

  bool operator()(const Cell* p_a,const Cell* p_b)const                                              
;

Function is currently defined inline.


Back to the top of CompareCell


All Members

public:
bool operator()(const Cell& p_a,const Cell& p_b)const ;
bool operator()(const Cell* p_a,const Cell* p_b)const ;
protected:

Back to the top of CompareCell


Ancestors

Class does not inherit from any other class.

Back to the top of CompareCell


Descendants

Class is not inherited by any others.

Back to the top of CompareCell


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

Report problems to jkotula@unimax.com