Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Boost.MRU

Introduction
State
Project Resources

boost.mru.logo.small

This family of containers mimics all the standard containers, and augmented their functionality by providing the notion of time. All the containers in this group lives in a small framework that allows for generic programming.
A MRU container can be used in the same way you use it standard match. The only difference will be that once the container has reach a certain maximum allowed number of items, when a new item is inserted, the oldest item is removed.

The library has not been started yet. If you want you can use the project resources to start discussing about it.

group.icon
Discussing and Support
You can use the boost user list or the boost developer list depending on your questions. There is also a non regulated group about my SoC projects where you can discuss about MRU containers.

mail.icon
Contact
If you want you can contact me directly use matias {dot} capeletto {at} gmail {dot} com.

updates.icon
Updates and news
Updates will be announced in MC++ and in boost developer list.

Copyright © 2006 Matias Capeletto

PrevUpHomeNext