#include <mi32/stddefns.h>
#include <mi32/stdansic.h>
#include <mi32/miodefns.h>
#include <mi32/observer.h>
Include dependency graph for obslist.h:

This graph shows which files directly or indirectly include this file:

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 Non-constant bidirectional iterator. More... | |
| class | OBSERVABLE_LIST< _LIT >::OBSERVER |
| Base class for observers of this list to inherit from. More... | |
Definition in file obslist.h.
1.3.8-20040913