2 * Copyright 2010, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
5 #ifndef CSTRING_VALUE_NODE_H
6 #define CSTRING_VALUE_NODE_H
15 class CStringValueNode
: public ChildlessValueNode
{
17 CStringValueNode(ValueNodeChild
* nodeChild
,
19 virtual ~CStringValueNode();
21 virtual Type
* GetType() const;
23 virtual status_t
ResolvedLocationAndValue(
24 ValueLoader
* valueLoader
,
25 ValueLocation
*& _location
,
32 #endif // CSTRING_VALUE_NODE_H