Standard library » Containers » List module

std::list like container with the capacity defined at compile time.

It doesn't throw exceptions. Instead, asserts are used to ensure valid usage.

Files

file bn_list.h
file bn_list_fwd.h

Classes

template<typename Type>
class bn::ilist
Base class of bn::list.
template<typename Type, int MaxSize>
class bn::list
std::list like container with a fixed size buffer.