Skip to content

TreeNodeImpl::Unnamed enum

Synopsis

Declared in <support/TreeImpl.h>

enum Unnamed enum;

Members

Name

Description

AsFirstChild

Insert as first child.

AsLastChild

Insert as last child.

AsPrevSibling

Insert before the reference sibling.

AsNextSibling

Insert after the reference sibling.

Created with MrDocs