|
bpp-phyl
2.2.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.
|
inline |
Definition at line 84 of file SitePatterns.h.
|
inline |
Definition at line 85 of file SitePatterns.h.
|
inlinevirtual |
Definition at line 96 of file SitePatterns.h.
|
inline |
Definition at line 94 of file SitePatterns.h.
References siteS.
|
inline |
Definition at line 86 of file SitePatterns.h.
References originalPosition, siteP, and siteS.
| size_t bpp::SitePatterns::SortableSite::originalPosition |
Definition at line 81 of file SitePatterns.h.
Referenced by operator=(), and bpp::SitePatterns::SitePatterns().
| const Site* bpp::SitePatterns::SortableSite::siteP |
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().