bn_forward_list.h file

bn::iforward_list and bn::forward_list implementation header file.

Namespaces

namespace bn
Main Butano namespace.

Classes

template<typename Type>
class bn::iforward_list
Base class of bn::forward_list.
class bn::iforward_list::iterator
Non const iterator.
class bn::iforward_list::const_iterator
Const iterator.
template<typename Type, int MaxSize>
class bn::forward_list
std::forward_list like container with a fixed size buffer.