Create an empty set.
| 36 | public: |
| 37 | /// Create an empty set. |
| 38 | WeightedOptions() : _totalWeight(0) { /* Empty by design. */ } |
| 39 | /// Select from among the items. |
| 40 | const std::string choose() const; |
| 41 | /// Select the top item. |
nothing calls this directly
no outgoing calls
no test coverage detected