FreePOOMA
2.4.1
|
DynamicEventType is a simple partially-specialized class used to determine the event code type based on the input domain type for destroy and copy operations. More...
#include <DynamicEvents.h>
Public Types | |
enum | { destroyCode = DynamicEvents::destroyList } |
enum | { copyCode = DynamicEvents::copyList } |
enum | { dimensions = 1 } |
typedef IndirectionList< int > | Domain_t |
DynamicEventType is a simple partially-specialized class used to determine the event code type based on the input domain type for destroy and copy operations.
It has a default of "LIST" for these types, and is specialized for the known domain types.
typedef IndirectionList<int> DynamicEventType< T >::Domain_t |