Home | Libraries | People | FAQ | More |
Here is a small summary of the basic concepts that will be used in the following chapters:
Brief Concepts Summary
A class containing typedefs and static functions that define basic operations
that can be applied to a group of node
s.
It's independent from the node definition and configured using a NodeTraits
template parameter that describes the node.
A class that stores basic information and operations to insert a node into a group of nodes.
A class that a user must add as a base class or as a member to make the
user class compatible with intrusive containers. A Hook encapsulates
a node
A class that stores user classes that have the needed hooks. It takes a ValueTraits template parameter as configuration information.
Similar to an intrusive container but a semi-intrusive container needs additional memory (e.g. an auxiliary array) to work.
A class containing typedefs and operations to obtain the node to be used by Node Algorithms from the user class and the inverse.