2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
12 class FloatValue
: public Value
{
14 FloatValue(const BVariant
& value
);
15 virtual ~FloatValue();
17 BVariant
GetValue() const
20 virtual bool ToString(BString
& _string
) const;
21 virtual bool ToVariant(BVariant
& _value
) const;
23 virtual bool operator==(const Value
& other
) const;
30 #endif // FLOAT_VALUE_H