| 27 | struct SC_STRINGS_EXPORT StringFormatOutput |
| 28 | { |
| 29 | StringFormatOutput(StringEncoding encoding, IGrowableBuffer& buffer) : encoding(encoding), growableBuffer(&buffer) |
| 30 | {} |
| 31 | |
| 32 | /// @brief Constructs a StringFormatOutput object pushing to a console |
| 33 | /// @param encoding The given encoding |
nothing calls this directly
no outgoing calls
no test coverage detected