CompoundValueNode
class CompoundValueNode : public ValueNode {
CompoundValueNode(ValueNodeChild* nodeChild,
virtual ~CompoundValueNode();
class CompoundValueNode::MemberChild : public Child {
MemberChild(CompoundValueNode* parent, DataMember* member)
CompoundValueNode::CompoundValueNode(ValueNodeChild* nodeChild,
CompoundValueNode::~CompoundValueNode()
CompoundValueNode::GetType() const
CompoundValueNode::ResolvedLocationAndValue(ValueLoader* valueLoader,
CompoundValueNode::CreateChildren(TeamTypeInformation* info)
CompoundValueNode::CountChildren() const
class CompoundValueNode::Child : public ValueNodeChild {
CompoundValueNode::ChildAt(int32 index) const
Child(CompoundValueNode* parent, const BString& name)
CompoundValueNode* fParent;
class CompoundValueNode::BaseTypeChild : public Child {
BaseTypeChild(CompoundValueNode* parent, BaseType* baseType)