bn_intrusive_forward_list.h file
bn::
Namespaces
- namespace bn
- Main Butano namespace.
Classes
- class bn::intrusive_forward_list_node_type
- To be part of an intrusive_
forward_ list, values must inherit this class. -
template<typename Type>class bn::intrusive_forward_list
std::forward_list
like container that doesn't contain values, it just references them.- class bn::intrusive_forward_list::iterator
- Non const iterator.
- class bn::intrusive_forward_list::const_iterator
- Const iterator.