bpp-phyl  2.2.0
BipartitionList.cpp File Reference
#include "BipartitionList.h"
#include "BipartitionTools.h"
#include "TreeTemplate.h"
#include <Bpp/Exceptions.h>
#include <Bpp/Text/TextTools.h>
#include <Bpp/Io/FileTools.h>
#include <Bpp/Numeric/Random/RandomTools.h>
#include <Bpp/Seq/Alphabet/Alphabet.h>
#include <Bpp/Seq/Alphabet/AlphabetTools.h>
#include <iostream>
#include <climits>
+ Include dependency graph for BipartitionList.cpp:

Go to the source code of this file.

Classes

class  StringAndInt
 
class  IntAndInt
 

Functions

bool operator< (StringAndInt sai1, StringAndInt sai2)
 
bool operator< (IntAndInt iai1, IntAndInt iai2)
 

Function Documentation

◆ operator<() [1/2]

bool operator< ( StringAndInt  sai1,
StringAndInt  sai2 
)

Definition at line 78 of file BipartitionList.cpp.

References StringAndInt::str.

◆ operator<() [2/2]

bool operator< ( IntAndInt  iai1,
IntAndInt  iai2 
)

Definition at line 94 of file BipartitionList.cpp.

References IntAndInt::val.