1 #ifndef ERIS_TYPE_BOUND_REDISPATCH_H
2 #define ERIS_TYPE_BOUND_REDISPATCH_H
4 #include "Redispatch.h"
11 typedef std::set<TypeInfo*> TypeInfoSet;
22 TypeInfoSet m_unbound;
The representation of an Atlas type (i.e a class or operation definition). This class supports effice...