bpp-phyl3
3.0.0
|
Class used for site pattern sorting. More...
Public Member Functions | |
SortableSite () | |
SortableSite (const SortableSite &ss) | |
SortableSite & | operator= (const SortableSite &ss) |
bool | operator< (const SortableSite &ss) const |
virtual | ~SortableSite () |
Public Attributes | |
std::string | siteS |
const CoreSiteInterface * | siteP |
size_t | originalPosition |
Class used for site pattern sorting.
Definition at line 43 of file SitePatterns.h.
|
inline |
Definition at line 51 of file SitePatterns.h.
|
inline |
Definition at line 52 of file SitePatterns.h.
|
inlinevirtual |
Definition at line 63 of file SitePatterns.h.
|
inline |
Definition at line 61 of file SitePatterns.h.
References siteS.
|
inline |
Definition at line 53 of file SitePatterns.h.
References originalPosition, siteP, and siteS.
size_t bpp::SitePatterns::SortableSite::originalPosition |
Definition at line 48 of file SitePatterns.h.
Referenced by bpp::SitePatterns::init_(), and operator=().
const CoreSiteInterface* bpp::SitePatterns::SortableSite::siteP |
Definition at line 47 of file SitePatterns.h.
Referenced by bpp::SitePatterns::init_(), and operator=().
std::string bpp::SitePatterns::SortableSite::siteS |
Definition at line 46 of file SitePatterns.h.
Referenced by bpp::SitePatterns::init_(), operator<(), and operator=().