IntegerValueFormatter
class EnumerationValueFormatter : public IntegerValueFormatter {
class IntegerValueFormatter : public ValueFormatter {
IntegerValueFormatter(Config* config);
virtual ~IntegerValueFormatter();
class IntegerValueFormatter::Config : public BReferenceable {
IntegerValueFormatter::Config* config, ValueFormatter*& _formatter)
IntegerValueFormatter::Config* config,
IntegerValueFormatter::Config* config = NULL;
BReference<IntegerValueFormatter::Config> configReference(config, true);
IntegerValueFormatter::Config* config = NULL;
BReference<IntegerValueFormatter::Config> configReference(config, true);
IntegerValueFormatter::Config* config,
IntegerValueFormatter::Config* config,
IntegerValueFormatter::Config* config = NULL;
BReference<IntegerValueFormatter::Config> configReference(config, true);
ValueFormatter* formatter = new(std::nothrow) IntegerValueFormatter(config);
IntegerValueFormatter::Config* config = NULL;
BReference<IntegerValueFormatter::Config> configReference(config, true);
IntegerValueFormatter::Config* config = NULL;
BReference<IntegerValueFormatter::Config> configReference(config, true);
IntegerValueFormatter::Config* config,
ValueFormatter* formatter = new(std::nothrow) IntegerValueFormatter(
IntegerValueFormatter::Config* config,
IntegerValueFormatter::Config*& _config)
: public IntegerValueFormatter::Config {
class IntegerValueFormatter;
IntegerValueFormatter::Config* config,
IntegerValueFormatter::Config* config,
IntegerValueFormatter::Config*& _config);
IntegerValueFormatter(config)
return IntegerValueFormatter::FormatValue(_value, _output);
IntegerValueFormatter::_ValidateSigned(const BString& input, type_code type,
IntegerValueFormatter::_ValidateUnsigned(const BString& input, type_code type,
IntegerValueFormatter::IntegerValueFormatter(Config* config)
IntegerValueFormatter::Config::~Config()
IntegerValueFormatter::~IntegerValueFormatter()
IntegerValueFormatter::GetSettings() const
IntegerValueFormatter::FormatValue(Value* _value, BString& _output)
IntegerValueFormatter::SupportsValidation() const
IntegerValueFormatter::ValidateFormattedValue(const BString& input,
IntegerValueFormatter::GetValueFromFormattedInput(const BString& input,
IntegerValueFormatter::_PerformValidation(const BString& input, type_code type,