| ARB
    | 
#include <PRD_Pair.hxx>


| Public Member Functions | |
| Pair (Item *one_, Item *two_, double rating_) | |
| Pair () | |
| ~Pair () | |
| void | print (const char *prefix, const char *suffix, const char *sequence_) | 
| const char * | get_result (const char *sequence_, int max_primer_length, int max_position_length, int max_length_length) | 
| const char * | get_primers (const char *sequence_) | 
|  Public Member Functions inherited from Noncopyable | |
| Noncopyable () | |
| Public Attributes | |
| Item * | one | 
| Item * | two | 
| double | rating | 
Definition at line 19 of file PRD_Pair.hxx.
Definition at line 21 of file PRD_Pair.cxx.
| Pair::Pair | ( | ) | 
Definition at line 27 of file PRD_Pair.cxx.
References NULp.
| 
 | inline | 
Definition at line 26 of file PRD_Pair.hxx.
Definition at line 107 of file PRD_Pair.cxx.
References result.
| const char * Pair::get_result | ( | const char * | sequence_, | 
| int | max_primer_length, | ||
| int | max_position_length, | ||
| int | max_length_length | ||
| ) | 
Definition at line 62 of file PRD_Pair.cxx.
References ARB_alloc(), NULp, and result.
Referenced by PrimerDesign::get_result().
Definition at line 33 of file PRD_Pair.cxx.
References ARB_alloc(), NULp, and result.
Referenced by PrimerDesign::get_result().
| Item* Pair::one | 
Definition at line 20 of file PRD_Pair.hxx.
| Item* Pair::two | 
Definition at line 21 of file PRD_Pair.hxx.
| double Pair::rating | 
Definition at line 22 of file PRD_Pair.hxx.
 1.8.8
 1.8.8