nw::ut::Children Class

Syntax

template <typename TChild, typename TParent, typename TDeleter, typename TChildList>
class Children

Template Arguments

Name Description
TChild Child type.
TParent Parent type.
TDeleter Function object for deleting.
TChildList The child list type.

Description

Child list class.

Structures

nw::ut::Children::SafeBoolHelper

typedef Definitions

reference
difference_type
value_type
iterator
const_iterator
reverse_iterator
const_reverse_iterator
deleter_type
deleter_reference
deleter_const_reference
SafeBool

Member Functions

STL container compatibility feature
begin
end
clear
Begin
END
Clear
Other
Children Constructor.
~Children Destructor.
operator SafeBool
Attach Adds a child.
Detach Removes a child.
SetParent Sets the parent.
GetDeleter Gets a deleter.

CONFIDENTIAL