|
bpp-phyl
2.1.0
|
Class used for site pattern sorting. More...
Collaboration diagram for bpp::SitePatterns::SortableSite: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 Site * | siteP |
| size_t | originalPosition |
Class used for site pattern sorting.
Definition at line 76 of file SitePatterns.h.
| bpp::SitePatterns::SortableSite::SortableSite | ( | ) | [inline] |
Definition at line 84 of file SitePatterns.h.
| bpp::SitePatterns::SortableSite::SortableSite | ( | const SortableSite & | ss | ) | [inline] |
Definition at line 85 of file SitePatterns.h.
| virtual bpp::SitePatterns::SortableSite::~SortableSite | ( | ) | [inline, virtual] |
Definition at line 96 of file SitePatterns.h.
| bool bpp::SitePatterns::SortableSite::operator< | ( | const SortableSite & | ss | ) | const [inline] |
Definition at line 94 of file SitePatterns.h.
References siteS.
| SortableSite& bpp::SitePatterns::SortableSite::operator= | ( | const SortableSite & | ss | ) | [inline] |
Definition at line 86 of file SitePatterns.h.
References originalPosition, siteP, and siteS.
Definition at line 81 of file SitePatterns.h.
Referenced by operator=(), and bpp::SitePatterns::SitePatterns().
Definition at line 80 of file SitePatterns.h.
Referenced by operator=(), and bpp::SitePatterns::SitePatterns().
| std::string bpp::SitePatterns::SortableSite::siteS |
Definition at line 79 of file SitePatterns.h.
Referenced by operator<(), operator=(), and bpp::SitePatterns::SitePatterns().