2 * Copyright 2015, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
5 #ifndef STRING_VALUE_FORMATTER_H
6 #define STRING_VALUE_FORMATTER_H
9 #include "ValueFormatter.h"
16 class StringValueFormatter
: public ValueFormatter
{
18 StringValueFormatter();
19 virtual ~StringValueFormatter();
21 virtual Settings
* GetSettings() const
24 virtual status_t
FormatValue(Value
* value
, BString
& _output
);
28 #endif // STRING_VALUE_FORMATTER_H