![]() |
Rosetta Utilities
2014.16.56682
|
Class for keeping the N top-scoring objects. More...
Classes | |
| class | utility::TopScoreSelector< T, S > |
| The TopScoreSelector keeps an in-place, sorted, singly-linked list of the N top-scoring objects and their scores that it encounters. In the case of ties, the first object(s) encountered are kept. Class T must have a default constructor, a copy constructor, and must be assignable. Class S must be assignable and comparable, both by a < operator and by a > operator. More... | |
Namespaces | |
| utility | |
| unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 1. | |
Class for keeping the N top-scoring objects.
1.8.7