nw::ut::Children::Children Constructor

Syntax

Children();

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

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

Children(
     TParent * parent,
     os::IAllocator * allocator
);

Children(
     const Children & children
);

List of Overloaded Member Functions

Children ( )
Children ( TParent *, void *, size_t, os::IAllocator *, ArrayKind ) Constructor.
Children ( TParent *, size_t, os::IAllocator *, ArrayKind ) Constructor.
Children ( TParent *, os::IAllocator * ) Constructor.
Children ( const Children & ) Copy constructor.

Description of Children ( )

Description of Children ( TParent *, void *, size_t, os::IAllocator *, ArrayKind )

Constructor.

Description of Children ( TParent *, size_t, os::IAllocator *, ArrayKind )

Constructor.

Description of Children ( TParent *, os::IAllocator * )

Constructor.

Description of Children ( const Children & )

Moves an element from the copy source.


CONFIDENTIAL