|
@@ -41,6 +41,9 @@ protected:
|
|
}
|
|
}
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+template<>
|
|
|
|
+inline bool Node::fast_is<ParentNode>() const { return is_parent_node(); }
|
|
|
|
+
|
|
template<typename Callback>
|
|
template<typename Callback>
|
|
inline void ParentNode::for_each_child(Callback callback) const
|
|
inline void ParentNode::for_each_child(Callback callback) const
|
|
{
|
|
{
|