13 : Node(NodeType::SharedComment, parent, group)
15 m_collective.reserve(count);
19
20
21
24 for (
auto *node : m_collective) {
25 if (node->isFunction())
26 static_cast<FunctionNode *>(node)->setOverloadFlag();
31
32
33
34
35
46
47
48
52 for (
auto *node : m_collective)
53 node->setRelatedNonmember(value);
void addChild(Node *child)
Adds the child to this node's child list and sets the child's parent pointer to this Aggregate.
The Node class is the base class for all the nodes in QDoc's parse tree.
virtual void setRelatedNonmember(bool b)
Sets a flag in the node indicating whether this node is a related nonmember of something.
void setParent(Aggregate *n)
Sets the node's parent pointer to n.