2 * Copyright 2015, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
5 #ifndef ENUMERATION_VALUE_FORMATTER_H
6 #define ENUMERATION_VALUE_FORMATTER_H
9 #include "IntegerValueFormatter.h"
12 class EnumerationValueFormatter
: public IntegerValueFormatter
{
14 EnumerationValueFormatter(Config
* config
);
15 virtual ~EnumerationValueFormatter();
17 virtual status_t
FormatValue(Value
* value
, BString
& _output
);
21 #endif // ENUMERATION_VALUE_FORMATTER_H