nw::ut::Children::Children Constructor

Syntax

Children(
     TParent * parent,
     size_t size,
     os::IAllocator * allocator,
     ArrayKind kind = ARRAY_WRAPPER
);

Arguments

Name Description
in parent The parent.
in size The number of children.
in allocator Allocator.
in kind The type of child list.

Description

Constructor.


CONFIDENTIAL