FreePOOMA  2.4.1
Public Types
DynamicEventType< T > Struct Template Reference

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>

Inheritance diagram for DynamicEventType< T >:
Inheritance graph
[legend]

List of all members.

Public Types

enum  { destroyCode = DynamicEvents::destroyList }
enum  { copyCode = DynamicEvents::copyList }
enum  { dimensions = 1 }
typedef IndirectionList< int > Domain_t

Detailed Description

template<class T>
struct DynamicEventType< 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.


Member Typedef Documentation

template<class T>
typedef IndirectionList<int> DynamicEventType< T >::Domain_t

Member Enumeration Documentation

template<class T>
anonymous enum
Enumerator:
destroyCode 
template<class T>
anonymous enum
Enumerator:
copyCode 
template<class T>
anonymous enum
Enumerator:
dimensions 

The documentation for this struct was generated from the following file: