Children(
TParent * parent,
void * elements,
size_t size,
os::IAllocator * allocator = 0,
ArrayKind kind = ARRAY_WRAPPER
);
| 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. |
Constructor.
CONFIDENTIAL