Define OBSERVABLE_LIST template. More...
#include <mi32/observer.h>

Go to the source code of this file.
Classes | |
| class | OBSERVABLE_LIST< _LIT > |
| Template for a list container which supports the OBSERVER pattern (see observer.h). More... | |
| class | OBSERVABLE_LIST< _LIT >::CONST_ITERATOR |
| Constant bidirectional iterator. More... | |
| class | OBSERVABLE_LIST< _LIT >::ITERATOR |
| End of CONST_ITERATOR. More... | |
| class | OBSERVABLE_LIST< _LIT >::OBSERVER |
| Base class for observers of this list to inherit from. More... | |
Define OBSERVABLE_LIST template.
1.6.1