#include <DynamicEvents.h>


Public Types | |
| typedef DynamicEvents::PatchID_t | PatchID_t |
| typedef DynamicEvents::CreateSize_t | CreateSize_t |
| typedef DynamicEventType< Dom > ::Domain_t | Domain_t |
Public Member Functions | |
| CopyEvent (const Dom &d, PatchID_t fromp, PatchID_t top) | |
| template<class D > | |
| CopyEvent (const D &d, PatchID_t fromp, PatchID_t top) | |
| virtual | ~CopyEvent () |
| const Domain_t & | domain () const |
| PatchID_t | fromPatch () const |
| PatchID_t | toPatch () const |
It stores info on the domain to copy (domain()), the patch to copy from (fromPatch()), and the patch to copy to (toPatch()).
This is templated on the domain type, Dom.
| typedef DynamicEvents::PatchID_t CopyEvent< Dom >::PatchID_t |
| typedef DynamicEvents::CreateSize_t CopyEvent< Dom >::CreateSize_t |
| typedef DynamicEventType<Dom>::Domain_t CopyEvent< Dom >::Domain_t |
| CopyEvent< Dom >::CopyEvent | ( | const Dom & | d, | |
| PatchID_t | fromp, | |||
| PatchID_t | top | |||
| ) | [inline] |
References CTAssert.
| CopyEvent< Dom >::CopyEvent | ( | const D & | d, | |
| PatchID_t | fromp, | |||
| PatchID_t | top | |||
| ) | [inline] |
References CTAssert.
1.5.9