nw::ut::Children::Children Constructor

Syntax

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

Arguments

Name Description
in parent The parent.
in elements Memory allocated for use as the child list.
in size The number of children.
in allocator Allocator.
in kind The type of child list.

Description

Constructor.


CONFIDENTIAL