StringValue
class StringValue : public Value {
StringValue(const char* value);
virtual ~StringValue();
StringValue* explicitValue = new(std::nothrow) StringValue(
return dynamic_cast<StringValue*>(value) != NULL ? 0.8f : 0;
if (dynamic_cast<StringValue*>(value) == NULL)
if (dynamic_cast<StringValue*>(value) == NULL)
StringValue* value = new(std::nothrow) StringValue(error.String());
Value* value = new(std::nothrow) StringValue(valueData);
StringValue::StringValue(const char* value)
StringValue::~StringValue()
StringValue::ToString(BString& _string) const
StringValue::ToVariant(BVariant& _value) const
StringValue::operator==(const Value& other) const
const StringValue* otherString = dynamic_cast<const StringValue*>(&other);