Go to the documentation of this file.
13 #ifndef INCLUDED_protocols_frag_picker_LazySortedVector1_hh
14 #define INCLUDED_protocols_frag_picker_LazySortedVector1_hh
18 #include <utility/vector1.hh>
19 #include <utility/pointer/ReferenceCount.hh>
25 namespace frag_picker {
27 template<
class T,
class StrictWeakOrdering>
36 data_.resize( max_capacity );
51 data_.resize( max_capacity );
96 return data_.at(index);
146 #endif // INCLUDED_protocols_frag_picker_LazySortedVector1_hh