SpatiumLib
spatium::idx::TreeNode< G > Member List

This is the complete list of members for spatium::idx::TreeNode< G >, including all inherited members.

addChild(const std::shared_ptr< TreeNode< G >> &parentSharedPtr, const G &object)spatium::idx::TreeNode< G >inline
child(size_t index) constspatium::idx::TreeNode< G >inline
childCount() constspatium::idx::TreeNode< G >inline
hasChildren()spatium::idx::TreeNode< G >inline
m_childrenspatium::idx::TreeNode< G >protected
m_objectspatium::idx::TreeNode< G >protected
m_parentspatium::idx::TreeNode< G >protected
object()spatium::idx::TreeNode< G >inline
setObject(const G &object)spatium::idx::TreeNode< G >inline
TreeNode(std::weak_ptr< TreeNode< G >> parent=std::weak_ptr< TreeNode< G >>(), size_t estimatedChildCount=0)spatium::idx::TreeNode< G >inline
TreeNode(const G &object, std::weak_ptr< TreeNode< G >> parent=std::weak_ptr< TreeNode< G >>(), size_t estimatedChildCount=0)spatium::idx::TreeNode< G >inline