2 * Copyright 2015, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
7 #include "ValueFormatter.h"
10 ValueFormatter::~ValueFormatter()
16 ValueFormatter::SupportsValidation() const
23 ValueFormatter::ValidateFormattedValue(const BString
& input
, type_code type
)
31 ValueFormatter::GetValueFromFormattedInput(const BString
& input
,
32 type_code type
, Value
*& _output
) const
34 return B_NOT_SUPPORTED
;