|
void | push (T0 const &item, uint weight) |
|
void | push (T0 &&item, uint weight) |
|
void | clear () |
|
uint | total () const |
|
size_t | size () const |
|
bool | empty () const |
|
template<typename Fn > |
void | erase_if (Fn &&fn) |
|
|
uint | mTotalWeight |
|
std::vector< std::pair< T0, uint > > | mData |
|
The documentation for this class was generated from the following file: