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;
Definition: Redispatch.h:17
The representation of an Atlas type (i.e a class or operation definition).
Definition: TypeInfo.h:31
Definition: TypeBoundRedispatch.h:13
Every Eris class and type lives inside the Eris namespace; certain utility functions live in the Util...
Definition: Account.cpp:34
Underlying Atlas connection, providing a send interface, and receive (dispatch) system.
Definition: Connection.h:36