1 #ifndef ERIS_TYPE_BOUND_REDISPATCH_H 2 #define ERIS_TYPE_BOUND_REDISPATCH_H 4 #include <Eris/Redispatch.h> 11 typedef std::set<TypeInfo*> TypeInfoSet;
22 TypeInfoSet m_unbound;
Definition: Redispatch.h:15
The representation of an Atlas type (i.e a class or operation definition).
Definition: TypeInfo.h:37
Definition: TypeBoundRedispatch.h:13
Definition: Account.cpp:33
Underlying Atlas connection, providing a send interface, and receive (dispatch) system.
Definition: Connection.h:37