Append the bitmap as a 01 string to a string
| 272 | |
| 273 | /// Append the bitmap as a 01 string to a string |
| 274 | void AppendToString(std::string* out) const |
| 275 | { |
| 276 | DoAppendToString(Words(), Size(), out); |
| 277 | } |
| 278 | |
| 279 | /// Convert this bitmap to a 01 string |
| 280 | std::string ToString() const |
nothing calls this directly
no outgoing calls
no test coverage detected