|
| | IndexSpaceGeneric (void) |
| |
| | IndexSpaceGeneric (const Realm::IndexSpaceGeneric &i) |
| |
| | IndexSpaceGeneric (const IndexSpaceGeneric &i)=default |
| |
| | IndexSpaceGeneric (IndexSpaceGeneric &&i)=default |
| |
| IndexSpaceGeneric & | operator= (const Realm::IndexSpaceGeneric &i) |
| |
| IndexSpaceGeneric & | operator= (const IndexSpaceGeneric &i)=default |
| |
| IndexSpaceGeneric & | operator= (IndexSpaceGeneric &&i)=default |
| |
| Event | copy (const std::vector< CopySrcDstField > &srcs, const std::vector< CopySrcDstField > &dsts, const ProfilingRequestSet &requests, Event wait_on=Event::NO_EVENT, int priority=0) const |
| |
| template<int N, typename T > |
| Event | copy (const std::vector< CopySrcDstField > &srcs, const std::vector< CopySrcDstField > &dsts, const std::vector< const typename CopyIndirection< N, T >::Base * > &indirects, const ProfilingRequestSet &requests, Event wait_on=Event::NO_EVENT, int priority=0) const |
| |
| | IndexSpaceGeneric () |
| |
| | IndexSpaceGeneric (const IndexSpaceGeneric ©_from) |
| |
| template<int N, typename T > |
| | IndexSpaceGeneric (const IndexSpace< N, T > ©_from) |
| |
| template<int N, typename T > |
| | IndexSpaceGeneric (const Rect< N, T > ©_from) |
| |
| | ~IndexSpaceGeneric () |
| |
| IndexSpaceGeneric & | operator= (const IndexSpaceGeneric ©_from) |
| |
| template<int N, typename T > |
| IndexSpaceGeneric & | operator= (const IndexSpace< N, T > ©_from) |
| |
| template<int N, typename T > |
| IndexSpaceGeneric & | operator= (const Rect< N, T > ©_from) |
| |
| void | destroy (Event wait_on=Event::NO_EVENT) |
| |
| template<int N, typename T > |
| const IndexSpace< N, T > & | as_index_space () const |
| |
| Event | copy (const std::vector< CopySrcDstField > &srcs, const std::vector< CopySrcDstField > &dsts, const ProfilingRequestSet &requests, Event wait_on=Event::NO_EVENT, int priority=0) const |
| |
| template<int N, typename T > |
| Event | copy (const std::vector< CopySrcDstField > &srcs, const std::vector< CopySrcDstField > &dsts, const std::vector< const typename CopyIndirection< N, T >::Base * > &indirects, const ProfilingRequestSet &requests, Event wait_on=Event::NO_EVENT, int priority=0) const |
| |