Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::intrusive::list_member_hook< O1, O2, O3 > Class Template Reference

Store this hook in a class to be inserted in an list. More...

#include <list_hook.hpp>

Inheritance diagram for boost::intrusive::list_member_hook< O1, O2, O3 >:
Collaboration diagram for boost::intrusive::list_member_hook< O1, O2, O3 >:

Detailed Description

template<class O1, class O2, class O3>
class boost::intrusive::list_member_hook< O1, O2, O3 >

Store this hook in a class to be inserted in an list.

The hook admits the following options: void_pointer<> and link_mode<>.

link_mode<> will specify the linking mode of the hook (normal_link, auto_unlink or safe_link).

void_pointer<> is the pointer type that will be used internally in the hook and the container configured to use this hook.


The documentation for this class was generated from the following file: