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