IntrusiveList.h#

Fully qualified name: carb/container/IntrusiveList.h

In directory: carb/container

Source file: IntrusiveList.h

Carbonite intrusive list container.

Classes#

carb::container::IntrusiveList

IntrusiveList is very similar to std::list, but requires the tracking information to be contained within the stored type T , rather than built around it.

carb::container::IntrusiveList::const_iterator

A LegacyBidirectionalIterator to const ValueType .

carb::container::IntrusiveList::iterator

A LegacyBidirectionalIterator to ValueType .

carb::container::IntrusiveListLink

Defines a "link node" that IntrusiveList will use for tracking data for the contained type.

Namespaces#

carb

The main Carbonite namespace.

carb::container

Carbonite container classes.