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
);
| 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. |
Constructor.
Constructor.
Constructor.
Moves an element from the copy source.
CONFIDENTIAL